Class AABB

java.lang.Object
com.marginallyclever.ro3.mesh.AABB
All Implemented Interfaces:
BoundingVolume, Serializable

public class AABB extends Object implements BoundingVolume, Serializable
Axially-aligned bounding box. Used for fast sorting and filtering.
See Also: