Module ncollide::query::point_internal [] [src]

Point inclusion and projection.

Structs

PointInterferencesCollector

Bounding Volume Tree visitor collecting nodes that may contain a given point.

PointProjection

Description of the projection of a point on a shape.

Enums

SegmentPointLocation

Logical description of the location of a point on a triangle.

TetrahedronPointLocation

Logical description of the location of a point on a triangle.

TrianglePointLocation

Logical description of the location of a point on a triangle.

Traits

PointQuery

Trait of objects that can be tested for point inclusion and projection.

PointQueryWithLocation

Returns shape-specific info in addition to generic projection information