A function defined in BBMOD_DualQuaternion.gml
SclerpSelf(_dq, _s)
Computes a screw linear interpolation of two dual quaternions and stores the result into self
.
Name | Type | Description |
---|---|---|
_dq | Struct.BBMOD_DualQuaternion |
The other dual quaternion. |
_s | Real |
The interpolation factor. |
Struct.BBMOD_DualQuaternion
Returns self
.
Copyright © 2023, BlueBurn. Built on September 11, 2023 using GMDoc.