interpolate method

interpolate

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

Returns

The interpolated quaternion.

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

See Also