Class AABB

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

public class AABB extends Object implements BoundingVolume, Serializable
AABB is a bounding box aligned to the world axies. Used for fast sorting and filtering.
See Also: