A function defined in GMBullet.yy
btClosestConvexResultCallback_createXYZ(convexFromWorldX, convexFromWorldY, convexFromWorldZ, convexToWorldX, convexToWorldY, convexToWorldZ)
Creates a new btClosestConvexResultCallback instance with specified from-world and to-world vectors.
Name | Type | Description |
---|---|---|
convexFromWorldX | Real |
The x-coordinate of the starting point in world coordinates. |
convexFromWorldY | Real |
The y-coordinate of the starting point in world coordinates. |
convexFromWorldZ | Real |
The z-coordinate of the starting point in world coordinates. |
convexToWorldX | Real |
The x-coordinate of the end point in world coordinates. |
convexToWorldY | Real |
The y-coordinate of the end point in world coordinates. |
convexToWorldZ | Real |
The z-coordinate of the end point in world coordinates. |
Pointer
A pointer to the newly created btClosestConvexResultCallback instance.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.