Module ray

Source
Expand description

Types and systems for constructing rays from cameras and pointers.

Structsยง

RayId
Identifies a ray constructed from some (pointer, camera) combination. A pointer can be over multiple cameras, which is why a single pointer may have multiple rays.
RayMap
A map from RayId to Ray3d.