A function defined in BBMOD_DualQuaternion.gml
FromRealDual(_real, _dual)
Initializes the dual quaternion using real and dual part.
Name | Type | Description |
---|---|---|
_real | Struct.BBMOD_Quaternion |
The real part of the dual quaternion. |
_dual | Struct.BBMOD_Quaternion |
The dual part of the dual quaternion. |
Struct.BBMOD_DualQuaternion
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.