Module bvh::aabb [] [src]

Axis Aligned Bounding Boxes.

Structs

AABB

AABB struct.

Constants

X_AXIS

Index of the X axis. Used to access Vector3/Point3 structs via index.

Y_AXIS

Index of the Y axis. Used to access Vector3/Point3 structs via index.

Z_AXIS

Index of the Z axis. Used to access Vector3/Point3 structs via index.

Traits

Bounded

A trait implemented by things which can be bounded by an AABB.