btClosestRayResultCallback_create

A function defined in GMBullet.yy

btClosestRayResultCallback_create(rayFromWorld, rayToWorld)

Description

Creates a btClosestRayResultCallback instance with the specified ray parameters.

Arguments

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.

Returns

Pointer A pointer to the newly created btClosestRayResultCallback instance.


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