Table of Contents

Class AbstractCurve

public abstract class AbstractCurve : ICurve
Inheritance
AbstractCurve
Implements
Derived
Inherited Members
Extension Methods

Fields

cachedNormalisedCurve

protected NormalisedCurve cachedNormalisedCurve

Field Value

NormalisedCurve

Methods

GetPoint(float)

public abstract Vector3 GetPoint(float t)

Parameters

t float

Returns

Vector3

Normalise(bool)

This will return a new curve, which is a normalised version of this curve. Go to NormalisedCurve for more info.

public NormalisedCurve Normalise(bool cache = true)

Parameters

cache bool

Returns

NormalisedCurve