CurveBuilder1.GetPoint

CurveBuilder<T>.GetPoint method

Samples the curve at a given offset

public abstract T GetPoint(float offset)
ParameterTypeDescription
offsetSingleThe curve offset to sample.

Return Value

A curve T point.

See Also