Type Definition rust_pathtracer::Ray

source ·
pub type Ray = [PTF3; 2];
Expand description

Rays are stored in an array [origin, direction]