Skip to content

Commit

Permalink
Update doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jul 29, 2022
1 parent cb6ed5e commit 5bcc4a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub struct SurfaceSurfaceIntersection {
}

impl SurfaceSurfaceIntersection {
/// Test intersection between two surfaces
/// Compute the intersection between two surfaces
pub fn compute(a: &Surface, b: &Surface) -> Option<Self> {
// Algorithm from Real-Time Collision Detection by Christer Ericson. See
// section 5.4.4, Intersection of Two Planes.
Expand Down

0 comments on commit 5bcc4a8

Please sign in to comment.