Expand description
The GJK algorithm for distance computation.
Structs§
- CSOPoint
- A point of a Configuration-Space Obstacle.
- Constant
Origin - A support mapping that is the point at (0.0, 0.0, 0.0).
- Constant
Point - A support mapping that is a single point.
- Dilated
Shape - The Minkowski sum of a shape and a ball.
- Voronoi
Simplex - A simplex of dimension up to 2 using Voronoï regions for computing point projections.
Enums§
- GJKResult
- Results of the GJK algorithm.
Functions§
- cast_
local_ ray - Casts a ray against a shape using the GJK algorithm.
- closest_
points - Computes the closest points between two shapes using the GJK algorithm.
- directional_
distance - Computes how far a shape can move in a direction before touching another shape.
- eps_tol
- The absolute tolerance used by the GJK algorithm.
- project_
origin - Projects the origin onto the boundary of the given shape.