btClosestRayResultCallback_createXYZ

A function defined in GMBullet.yy

btClosestRayResultCallback_createXYZ(rayFromWorldX, rayFromWorldY, rayFromWorldZ, rayToWorldX, rayToWorldY, rayToWorldZ)

Description

Creates a btClosestRayResultCallback instance with the specified ray parameters.

Arguments

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.

Returns

Pointer A pointer to the newly created btClosestRayResultCallback instance.


Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.