NumOfCurvePoints
Return number of points on the curve.
Synopsis
#include "FronTier.h"
int NumOfCurvePoints(CURVE*);
Input Parameters
CURVE*
- pointer to operating curve
Notes
usage: CURVE *curve; ...... /* intfc must have contents */ int num_points; num_points = NumOfCurvePoints(curve);
Examples
Example0
Example2
output_0
output_2