aboutsummaryrefslogtreecommitdiff
path: root/src/geometry
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2020-12-31 10:02:51 +0100
committerCrozet Sébastien <developer@crozet.re>2020-12-31 10:02:51 +0100
commit348a339fe350aff6d885cb5a857a0bb6afbea990 (patch)
treedc9ce13a84600bbf8cf6eb33f2c1028b2e7790fa /src/geometry
parenteea888af93222c5780ae5903874aac48581d4337 (diff)
downloadrapier-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.rs2
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>;