Interface ICurveSamplerT

ICurveSampler<T> interface

Defines a curve that can be sampled at any point.

public interface ICurveSampler<T>
ParameterDescription
TThe type of a point in the curve.

Methods

NameDescription
GetPoint(float)Samples the curve at the given offset.

See Also