| Library | File | Frames | Expand |
| static pfcSplinePoint_ptr | Create (xreal Parameter, pfcPoint3D_ptr Point, pfcVector3D_ptr Tangent) | |
| This method creates a new spline point object. | ||
| xreal | GetParameter () | |
| void | SetParameter (xreal value) | |
| The parameter | ||
| pfcPoint3D_ptr | GetPoint () | |
| void | SetPoint (pfcPoint3D_ptr value) | |
| The three-dimensional point | ||
| pfcVector3D_ptr | GetTangent () | |
| void | SetTangent (pfcVector3D_ptr value) | |
| The tangent | ||
| xreal | GetParameter | () |
| void | SetParameter | (xreal value) |
|
The parameter |
| pfcPoint3D_ptr | GetPoint | () |
| void | SetPoint | (pfcPoint3D_ptr value) |
|
The three-dimensional point |
| pfcVector3D_ptr | GetTangent | () |
| void | SetTangent | (pfcVector3D_ptr value) |
|
The tangent |
| static pfcSplinePoint_ptr | Create | (xreal Parameter, pfcPoint3D_ptr Point, pfcVector3D_ptr Tangent) |
|
This method creates a new spline point object.
|