ICurveSampler1.GetPoint

ICurveSampler<T>.GetPoint method

Samples the curve at the given offset.

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

Return Value

The value of the curve at offset.

See Also