Skip to main content

QuaternionLinearInterpolator

QuaternionLinearInterpolator

Interpolates between two Quaternion linearly.

Static Fields

Instance

public QuaternionLinearInterpolator Instance

The singleton instance of the Quaternion linear interpolator.

Properties

valueType

Type valueType { get; }

The value type that this interpolator can interpolate.

Methods

Interpolate

Quaternion Interpolate(Quaternion& a, Quaternion& b, float t)