btRigidBody_getPushVelocityInLocalPointXYZ

A function defined in GMBullet.yy

btRigidBody_getPushVelocityInLocalPointXYZ(rigidBody, relPosX, relPosY, relPosZ, outVector3)

Description

Gets the push velocity of a point in the local frame of the rigid body using individual components for the relative position.

Arguments

Name Type Description
rigidBody Pointer A pointer to the btRigidBody object.
relPosX Real The X-component of the relative position.
relPosY Real The Y-component of the relative position.
relPosZ Real The Z-component of the relative position.
outVector3 Pointer A pointer to store the resulting push velocity vector.

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