A function defined in BBMOD_DualQuaternion.gml
Sclerp(_dq, _s)
Computes a screw linear interpolation of two dual quaternions and returns the result as a new dual quaternion.
Name | Type | Description |
---|---|---|
_dq | Struct.BBMOD_DualQuaternion |
The other dual quaternion. |
_s | Real |
The interpolation factor. |
Struct.BBMOD_DualQuaternion
The created dual quaternion.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.