btCollisionShape_getAabb

A function defined in GMBullet.yy

btCollisionShape_getAabb(collisionShape, transform, aabbMin, aabbMax)

Description

Gets the axis-aligned bounding box (AABB) of the collision shape when transformed by the specified transform.

Arguments

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.