UltimateXR.Animation.Splines Namespace
Classes
Class | Description | |
---|---|---|
UxrCatmullRomSpline | Catmull-Rom spline. It is used to interpolate smoothly between a set of points. | |
UxrSpline | Spline base class. We use splines to interpolate smoothly between a set of points. Interpolation can be done using the traditional t [0.0f, 1.0f] parameter and also distances to allow arc-length evaluation. |