Curve
Description
- Derived from
-
SerializableBase abstract
ICurve
Abstract base class for ICurve implementations.
Public / Constructors
New
Creates a ICurve instance that provides the given continuity, using either linear interpolation, Catmull-Rom splines or Uniform-B splines.
The returned curve will only have position control points, i.e. ICurve.HasTangents will return false
.
Tangent
Creates a ICurve instance that provides Continuity.Tangent continuity, using Hermite splines.
The returned curve will have position / tangent control points, i.e. ICurve.HasTangents will return true
.
- See also