Skip to content

Commit

Permalink
Update src/shape/triangle.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Crozet <[email protected]>
  • Loading branch information
Makogan and sebcrozet authored Jul 16, 2024
1 parent e93a2cd commit 9a227fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shape/triangle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ impl Triangle {
d1.cross(&d2)
}

/// Similar to `robust_scaled_normal`, but returns the unit length normal.
/// Similar to [`Triangle::robust_scaled_normal`], but returns the unit length normal.
#[inline]
#[cfg(feature = "dim3")]
pub fn robust_normal(&self) -> na::Vector3<Real> {
Expand Down

0 comments on commit 9a227fb

Please sign in to comment.