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):
...
| Parameter | Type | Description |
|---|---|---|
| t | float | The coefficient to interpolate. |
| from_address | Quaternion | Source quaternion. |
| to | Quaternion | Target quaternion. |
See Also
- module
aspose.threed.utilities - class
Quaternion