UltimateXR.Animation.Splines Namespace

Classes

ClassDescription
Public classUxrCatmullRomSpline Catmull-Rom spline. It is used to interpolate smoothly between a set of points.
Public classUxrSpline 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.