Module vox_geometry_rust::intersection_query_engine2[][src]

Structs

ClosestIntersectionQueryResult2

Closest intersection query result.

Traits

BoxIntersectionTestFunc2

Box-item intersection test function.

ClosestIntersectionDistanceFunc2

Closest intersection distance measure function.

GetRayIntersectionFunc2

Ray-item closest intersection evaluation function.

IntersectionQueryEngine2

Abstract base class for 2-D intersection test query engine.

IntersectionVisitorFunc2

Visitor function which is invoked for each intersecting item.

RayIntersectionTestFunc2

Ray-item intersection test function.