Class pfcBSplinePoint
Description
This class defines a B-spline point.
Property Summary
| |
| |
| |
| The control point |
/* optional */ number | |
| |
| |
| The weight |
Method Summary
| |
| |
| |
| This method creates a new BSpline point object. |
Property Detail
The control point
/* optional */ number | Weight | |
The weight
Method Detail
This method creates a new BSpline point object.
Parameters:
Point
The point coordinates
Weight
The weight
Returns:
The new BSplinePoint object