A function defined in BBMOD_Quaternion.gml
FromAxisAngle(_axis, _angle)
Initializes the quaternion using an axis and an angle.
Name | Type | Description |
---|---|---|
_axis | Struct.BBMOD_Vec3 |
The axis of rotaiton. |
_angle | Real |
The rotation angle. |
Struct.BBMOD_Quaternion
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.