btClosestNotMeRayResultCallback_create

A function defined in GMBullet.yy

btClosestNotMeRayResultCallback_create(rayFromWorld, rayToWorld, me)

Description

Creates a new instance of a Bullet closest not-me ray result callback.

Arguments

Name Type Description
rayFromWorld Pointer A pointer to the starting point of the ray in world coordinates.
rayToWorld Pointer A pointer to the end point of the ray in world coordinates.
me Pointer A pointer to the collision object representing "me" to be excluded from results.

Returns

Pointer A pointer to the created btClosestNotMeRayResultCallback object.


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