A function defined in GMBullet.yy
btCollisionShape_getAabb(collisionShape, transform, aabbMin, aabbMax)
Gets the axis-aligned bounding box (AABB) of the collision shape when transformed by the specified transform.
Name | Type | Description |
---|---|---|
collisionShape | Pointer |
A pointer to the btCollisionShape object. |
transform | Pointer |
A pointer to a btTransform representing the transformation of the shape. |
aabbMin | Pointer |
Pointer to a btVector3 where the minimum corner of the AABB will be stored. |
aabbMax | Pointer |
Pointer to a btVector3 where the maximum corner of the AABB will be stored. |
Copyright © 2024, BlueBurn. Built on October 13, 2024 using GMDoc.