ICurveTParam, TPoint Interface |
Namespace: DigitalRune.Mathematics.Interpolation
The ICurveTParam, TPoint type exposes the following members.
Name | Description | |
---|---|---|
Flatten |
Computes the points of a sequence of line segments which approximate the curve.
| |
GetLength |
Computes the approximated length of the curve for the parameter interval
[start, end].
| |
GetPoint |
Computes a point on the curve.
| |
GetTangent |
Computes the tangent for a point on the curve.
|
Curves can be used to describe animation curves, 2D paths, 3D paths, and more.
Mathematically, a curve is a function of the form point = C(parameter). The curve parameter is a scalar. The result of C(parameter) is a point on the curve.