Constructs the AABB.
Expands the AABB by another AABB.
Expands the AABB, so that v is part of the AABB.
Returns true if the AABBs intersect. This also returns true if one AABB lies inside another.
Returns the area of the AABB.
Returns the center of the AABB.
Returns the extent of the AABB (also sometimes called size).
Returns the half extent.
Returns all vertices of the AABB, basically one vec3 per corner.
Constructs the AABB around N points (all points will be part of the AABB).
Base template for all AABB-types.