19 return _control_points.size();
28 static LPoint3d bogus(0.0, 0.0, 0.0);
29 nassertr(n >= 0 && n < (
int)_control_points.size(), bogus);
31 return _control_points[n];
int get_num_control_points() const
Returns the number of control points assigned to the curve.
const LPoint3d & get_control_point(int n) const
Returns the nth control point assigned to the curve.