示例#1
0
 /// <summary>
 /// Counts the number of intersections in this index
 /// </summary>
 /// <returns>The number of intersection points</returns>
 internal uint GetIntersectCount()
 {
     return(m_ExtraData.GetPointCount());
 }