Quaternion.Slerp
Quaternion.Slerp method
Perform spherical linear interpolation between two values
public static Quaternion Slerp(double t, Quaternion v1, Quaternion v2)
Parameter | Type | Description |
---|---|---|
t | Double | t is between 0 to 1 |
v1 | Quaternion | First value |
v2 | Quaternion | Second value |
See Also
- struct Quaternion
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D