The Curve type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
AddControlPoint |
Adds a control point at the end of the curve
| |
CalculateContinous |
Calcualtes a plane continously for the given segment index
| |
CalculateUncontinous |
Calculates a plane on the position of the curve non-continously!
| |
DeleteControlPoint |
Deletes the given control point from the curve
| |
GetTangent |
Calculates the tangent for the given control point
| |
IndexOf |
The index of a certain control point
| |
InsertControlPoint |
Inserts a control point after the given control point and before the next control point (in the middle)
| |
RemapCurve |
Remaps the curve and saves the results, so it only needs to be remapped when something changes
IsDirty will be set to false
| |
ToGlobal |
Converts a plane from local to global
| |
ToLocal |
Converts a plnae from global to local
|
See Also