Add all the missing docs.

This commit is contained in:
Crozet Sébastien
2021-01-27 14:20:14 +01:00
parent a3324f8513
commit 8ff2bcc3ec
8 changed files with 133 additions and 7 deletions

View File

@@ -14,7 +14,9 @@ pub use self::pair_filter::{ContactPairFilter, IntersectionPairFilter, PairFilte
pub use parry::query::TrackedContact;
/// A contact between two colliders.
pub type Contact = parry::query::TrackedContact<ContactData>;
/// A contact manifold between two colliders.
pub type ContactManifold = parry::query::ContactManifold<ContactManifoldData, ContactData>;
/// A segment shape.
pub type Segment = parry::shape::Segment;