Example #1
0
 public virtual double CalculatePathLength2D(int pathIndex)
 {
     return(m_impl.CalculatePathLength2D(pathIndex));
 }