diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-12-31 10:02:51 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-12-31 10:02:51 +0100 |
| commit | 348a339fe350aff6d885cb5a857a0bb6afbea990 (patch) | |
| tree | dc9ce13a84600bbf8cf6eb33f2c1028b2e7790fa /src/geometry | |
| parent | eea888af93222c5780ae5903874aac48581d4337 (diff) | |
| download | rapier-348a339fe350aff6d885cb5a857a0bb6afbea990.tar.gz rapier-348a339fe350aff6d885cb5a857a0bb6afbea990.tar.bz2 rapier-348a339fe350aff6d885cb5a857a0bb6afbea990.zip | |
Remove code related to point-point kinematics.
Diffstat (limited to 'src/geometry')
| -rw-r--r-- | src/geometry/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/mod.rs b/src/geometry/mod.rs index cfc3086..23e34cc 100644 --- a/src/geometry/mod.rs +++ b/src/geometry/mod.rs @@ -11,7 +11,7 @@ pub use self::interaction_graph::{ pub use self::narrow_phase::NarrowPhase; pub use self::pair_filter::{ContactPairFilter, PairFilterContext, ProximityPairFilter}; -pub use cdl::query::{KinematicsCategory, TrackedContact}; +pub use cdl::query::TrackedContact; pub type Contact = cdl::query::TrackedContact<ContactData>; pub type ContactManifold = cdl::query::ContactManifold<ContactManifoldData, ContactData>; |
