pathtracer/beevee/src/ray.rs

6 lines
134 B
Rust
Raw Normal View History

/// The [`Ray`] to intersect with the [`BVH`].
///
/// [`BVH`]: ../bvh/struct.BVH.html
/// [`Ray`]: struct.Ray.html
pub struct Ray {}