Skip to main content

gjk

Function gjk 

Source
pub fn gjk(shape_a: &[Point3], shape_b: &[Point3]) -> bool
Expand description

GJK distance test — returns true if shapes overlap.