pub fn intersection_test_halfspace_support_map<G>(
    pos12: &Isometry<f32, Unit<Quaternion<f32>>, 3>,
    halfspace: &HalfSpace,
    other: &G
) -> boolwhere
    G: SupportMap + ?Sized,
Expand description

Intersection test between a halfspace and a support-mapped shape (Cuboid, ConvexHull, etc.)