interpolate method

interpolate(, t, from_address, to)

Populates this quaternion with the interpolated value between the given quaternion arguments for a t between from and to.

Returns

The interpolated quaternion.


@staticmethod
def interpolate(t, from_address, to):
    ...
ParameterTypeDescription
tfloatThe coefficient to interpolate.
from_addressQuaternionSource quaternion.
toQuaternionTarget quaternion.

See Also