Axis Aligned Bounding Box
Axis aligned bounding box volume class. Allows the creation of bounding volumes to make broad phase collision check possible and easy to do.
Constructor to generate an AABB given a minimum and maximum bound in the form of two vectors.
Parameters
min
Lower bound of AABB vertex.
max
Higher bound of AABB vertex.
Constructors
Types
Functions
Link copied to clipboard
Method to check if a point resides inside an AABB in object space.
Link copied to clipboard
Copy method to return a new AABB that's the same as the current object.
Link copied to clipboard
Sets the current objects bounds equal to that of the passed AABB argument.