Module bvh::ray [] [src]

This module defines a Ray structure and intersection algorithms for axis aligned bounding boxes and triangles.

Structs

Intersection

A struct which is returned by the intersects_triangle method.

Ray

A struct which defines a ray and some of its cached values.