Expand description
Geometric Shapes module.
Provides geometrical shape structs that implement the
RayIntersection
trait.
Structs§
- Struct used to store the results of
RayIntersection
. - Geometrical shape corresponding to a plane.
- Geometrical shape corresponding to a sphere.
Traits§
- Trait to determine the intersections of an object with a
Ray
.