Module ncollide3d::query::algorithms::gjk [−][src]
The Gilbert–Johnson–Keerthi distance algorithm.
Enums
GJKResult | Results of the GJK algorithm. |
Functions
cast_ray | Casts a ray on a support map using the GJK algorithm. |
closest_points | Projects the origin on a shape using the Separating Axis GJK algorithm.
The algorithm will stop as soon as the polytope can be proven to be at least |
directional_distance | Compute the normal and the distance that can travel |
eps_tol | The absolute tolerence used by the GJK algorithm. |
project_origin | Projects the origin on the boundary of the given shape. |