Class | Description |
---|---|
BoundingBox |
Encapsulates an axis aligned bounding box represented by a minimum and a maximum Vector.
|
Ray |
Encapsulates a ray having a starting position and a unit length direction.
|
Segment |
A Segment is a line in 3-space having a starting and an ending position.
|
Sphere |
Encapsulates a 3D sphere with a center and a radius
|