[−][src]Module tray_rust::geometry::bbox
Provide an Axis-Aligned Bounding Box type, BBox
, with an optimized intersection test
targeted for usage in a BVH
TODO: Should I also implement the Geometry trait?
Structs
BBox | A box between the min and max points |