pbrt_r3/core/geometry/ray/
mod.rs

1pub mod ray;
2pub mod ray_differential;
3
4pub use ray::Ray;
5pub use ray_differential::RayDifferential;