Curve MethodsBigBangProductions Easy Curves
The Curve type exposes the following members.
Methods

  NameDescription
Public methodAddControlPoint
Adds a control point at the end of the curve
Public methodCalculateContinous
Calcualtes a plane continously for the given segment index
Public methodCalculateUncontinous
Calculates a plane on the position of the curve non-continously!
Public methodDeleteControlPoint
Deletes the given control point from the curve
Public methodGetTangent
Calculates the tangent for the given control point
Public methodIndexOf
The index of a certain control point
Public methodInsertControlPoint
Inserts a control point after the given control point and before the next control point (in the middle)
Public methodRemapCurve
Remaps the curve and saves the results, so it only needs to be remapped when something changes IsDirty will be set to false
Public methodToGlobal
Converts a plane from local to global
Public methodToLocal
Converts a plnae from global to local
Back to Top
See Also