A function defined in GMBullet.yy
btQuaternion_create([x[, y[, z[, w]]])
Creates a new quaternion with the specified x, y, z, and w components.
Name | Type | Description |
---|---|---|
x | Real |
The x component of the quaternion. Default is 0. |
y | Real |
The y component of the quaternion. Default is 0. |
z | Real |
The z component of the quaternion. Default is 0. |
w | Real |
The w component of the quaternion. Default is 1. |
Pointer
A pointer to the created btQuaternion.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.