RwInt32
RwGetSplineNumPoints(RwSpline *spline);
Description
Retrieves the number of control points of the spline.
Arguments
spline Pointer to the spline.
Return Value
Number of control points if successful, and 0 otherwise.
See Also
RwCreateSpline()
RwGetSplinePoint()
RwSetSplinePoint()