Gets the number of points in the spline
| 52 | |
| 53 | /// Gets the number of points in the spline |
| 54 | U32 getNumPoints(){ return mPoints.size(); } |
| 55 | /// Gets the point at the given index |
| 56 | /// @param pointNum index of the point in question |
| 57 | const Point3F * getPoint( U32 pointNum ); |
no test coverage detected