Skip to content

Commit

Permalink
chore: remove unnecessary todo from Quad
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther committed Jun 12, 2024
1 parent dc8a691 commit 98db7f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clovers/src/objects/quad.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ impl<'scene> HitableTrait for Quad<'scene> {
}
}

// TODO: improve correctness & optimization!
/// Returns a random point on the quadrilateral surface
#[must_use]
fn random(&self, origin: Position, rng: &mut SmallRng) -> Displacement {
Expand Down

0 comments on commit 98db7f0

Please sign in to comment.