A function defined in GMBullet.yy
btQuaternion_createFromAxisAngle(axis, angle)
Creates a new quaternion representing a rotation around the specified axis by the given angle.
Name | Type | Description |
---|---|---|
axis | Pointer |
A pointer to a btVector3 representing the axis of rotation. |
angle | Real |
The angle of rotation in radians. |
Pointer
A pointer to the newly created btQuaternion representing the rotation.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.