CurveKeyTParam, TPointTangentIn Property |
Namespace: DigitalRune.Mathematics.Interpolation
This property is used to compute previous curve segment (the spline that ends at this curve key).
The meaning of this property depends on the type of interpolation that is for the previous curve segment:
SplineInterpolation | Meaning |
---|---|
Hermite | Hermite splines require tangent information. Therefore, this property defines the incoming tangent of the spline that ends at this curve key. |
Bezier | Bézier splines require additional control points. Therefore, this property defines the control point before this curve key. |
Other | All other types of interpolation do not need any additional information. The property TangentIn is unused. |