Table of Contents

Class NormalisedCurve

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

normalisableCurve ICurve
resolution int

Methods

GetPoint(float)

public Vector3 GetPoint(float t)

Parameters

t float

Returns

Vector3