Fix 2D compilation.

This commit is contained in:
Crozet Sébastien
2020-10-27 09:25:58 +01:00
parent 8c872dc0af
commit ffbc3c02c7
4 changed files with 5 additions and 6 deletions

View File

@@ -298,7 +298,7 @@ pub fn triangle_cuboid_find_local_separating_normal_oneway(
#[cfg(feature = "dim2")]
pub fn segment_cuboid_find_local_separating_normal_oneway(
segment1: &Segment<f32>,
segment1: &Segment,
shape2: &Cuboid,
pos12: &Isometry<f32>,
) -> (f32, Vector<f32>) {