Class NormalisedCurve
- Namespace
- FriedSynapse.FlowEnt
This curve is a normalised version of any ICurve given.
public class NormalisedCurve : ICurve
- Inheritance
-
NormalisedCurve
- Implements
- Inherited Members
- Extension Methods
Remarks
The concept of normalisation means that the delta T will be proportional to the lenght of each segment of the curve.
Constructors
NormalisedCurve(ICurve, int)
public NormalisedCurve(ICurve normalisableCurve, int resolution = 100)
Parameters
Methods
GetPoint(float)
public Vector3 GetPoint(float t)
Parameters
t
float
Returns
- Vector3