From 929aa6b9259b95d48cf6a84df40486132b21f088 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 28 Apr 2024 15:53:49 +0200 Subject: feat: rename collision_skin to contact_skin --- src/geometry/contact_pair.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geometry/contact_pair.rs') diff --git a/src/geometry/contact_pair.rs b/src/geometry/contact_pair.rs index 55fec2b..ee3a6ac 100644 --- a/src/geometry/contact_pair.rs +++ b/src/geometry/contact_pair.rs @@ -117,7 +117,7 @@ pub struct ContactPair { /// /// All contact manifold contain themselves contact points between the colliders. /// Note that contact points in the contact manifold do not take into account the - /// [`Collider::collision_skin`] which only affects the constraint solver and the + /// [`Collider::contact_skin`] which only affects the constraint solver and the /// [`SolverContact`]. pub manifolds: Vec, /// Is there any active contact in this contact pair? -- cgit