btClosestConvexResultCallback_createXYZ

A function defined in GMBullet.yy

btClosestConvexResultCallback_createXYZ(convexFromWorldX, convexFromWorldY, convexFromWorldZ, convexToWorldX, convexToWorldY, convexToWorldZ)

Description

Creates a new btClosestConvexResultCallback instance with specified from-world and to-world vectors.

Arguments

Name Type Description
convexFromWorldX Real The x-coordinate of the starting point in world coordinates.
convexFromWorldY Real The y-coordinate of the starting point in world coordinates.
convexFromWorldZ Real The z-coordinate of the starting point in world coordinates.
convexToWorldX Real The x-coordinate of the end point in world coordinates.
convexToWorldY Real The y-coordinate of the end point in world coordinates.
convexToWorldZ Real The z-coordinate of the end point in world coordinates.

Returns

Pointer A pointer to the newly created btClosestConvexResultCallback instance.


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