UxrInterpolator.Interpolate Method

Overload List

NameDescription
Public methodStatic memberInterpolate(Single, Single, Single, UxrEasing) Interpolates between two floating point values using a t between range [0.0, 1.0] and a given easing.
Public methodStatic memberInterpolate(Single, Single, Single, UxrInterpolationSettings) Interpolates between two floating point values.
Public methodStatic memberInterpolate(Quaternion, Quaternion, Single, UxrEasing) Spherically interpolates (SLERP) between two quaternions using a t between range [0.0, 1.0] and a given easing.
Public methodStatic memberInterpolate(Quaternion, Quaternion, Single, UxrInterpolationSettings) Interpolates between two Quaternion values. The interpolation uses SLERP.
Public methodStatic memberInterpolate(Vector3, Vector3, Single, UxrEasing) Interpolates between two points using a t between range [0.0, 1.0] and a given easing.
Public methodStatic memberInterpolate(Vector4, Vector4, Single, UxrInterpolationSettings) Interpolates between two Vector4 values
Public methodStatic memberInterpolate(Single, Single, Single, Single, Single, UxrEasing, UxrLoopMode, Single, Boolean) Interpolates between two floating point values.
Public methodStatic memberInterpolate(Quaternion, Quaternion, Single, Single, Single, UxrEasing, UxrLoopMode, Single, Boolean) Interpolates between two Quaternion values. The interpolation uses SLERP.
Public methodStatic memberInterpolate(Vector4, Vector4, Single, Single, Single, UxrEasing, UxrLoopMode, Single, Boolean) Interpolates between two Vector4 values

See Also

Reference

UxrInterpolator Class
UltimateXR.Animation.Interpolation Namespace