A function defined in GMBullet.yy
btVector3_create([x[, y[, z]])
Creates a new instance of a Bullet Physics 3D vector.
Name | Type | Description |
---|---|---|
x | Real |
The x-coordinate of the vector. |
y | Real |
The y-coordinate of the vector. |
z | Real |
The z-coordinate of the vector. |
Pointer
A pointer to the newly created btVector3 instance.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.