Module point

Source
Expand description

Point inclusion and projection.

Structs§

PointProjection
The result of projecting a point onto a shape.

Traits§

PointQuery
Trait for shapes that support point projection and containment queries.
PointQueryWithLocation
Returns shape-specific info in addition to generic projection information

Functions§

local_point_projection_on_support_map
Projects a point on a shape using the GJK algorithm.