btRigidBody_getAabb

A function defined in GMBullet.yy

btRigidBody_getAabb(rigidBody, aabbMin, aabbMax)

Description

Gets the axis-aligned bounding box (AABB) of the rigid body.

Arguments

Name Type Description
rigidBody Pointer A pointer to the btRigidBody object.
aabbMin Pointer A pointer to a btVector3 to store the minimum coordinates of the AABB.
aabbMax Pointer A pointer to a btVector3 to store the maximum coordinates of the AABB.

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