A function defined in GMBullet.yy
btClosestRayResultCallback_create(rayFromWorld, rayToWorld)
Creates a btClosestRayResultCallback instance with the specified ray parameters.
Name | Type | Description |
---|---|---|
rayFromWorld | Pointer |
A pointer to a btVector3 representing the starting point of the ray in world coordinates. |
rayToWorld | Pointer |
A pointer to a btVector3 representing the end point of the ray in world coordinates. |
Pointer
A pointer to the newly created btClosestRayResultCallback instance.
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.