A function defined in GMBullet.yy
btAllHitsRayResultCallback_createXYZ(rayFromWorldX, rayFromWorldY, rayFromWorldZ, rayToWorldX, rayToWorldY, rayToWorldZ)
Creates a new instance of btAllHitsRayResultCallback with specified ray start and end points.
Name | Type | Description |
---|---|---|
rayFromWorldX | Real |
The x-coordinate of the starting point of the ray in world coordinates. |
rayFromWorldY | Real |
The y-coordinate of the starting point of the ray in world coordinates. |
rayFromWorldZ | Real |
The z-coordinate of the starting point of the ray in world coordinates. |
rayToWorldX | Real |
The x-coordinate of the end point of the ray in world coordinates. |
rayToWorldY | Real |
The y-coordinate of the end point of the ray in world coordinates. |
rayToWorldZ | Real |
The z-coordinate of the end point of the ray in world coordinates. |
Pointer
A pointer to the newly created btAllHitsRayResultCallback instance.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.