Module bvh::ray

source ·
Expand description

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

Structs

A struct which is returned by the intersects_triangle method.
A struct which defines a ray and some of its cached values.