Module vox_geometry_rust::intersection_query_engine3[][src]

Structs

ClosestIntersectionQueryResult3

Closest intersection query result.

Traits

BoxIntersectionTestFunc3

Box-item intersection test function.

ClosestIntersectionDistanceFunc3

Closest intersection distance measure function.

GetRayIntersectionFunc3

Ray-item closest intersection evaluation function.

IntersectionQueryEngine3

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

IntersectionVisitorFunc3

Visitor function which is invoked for each intersecting item.

RayIntersectionTestFunc3

Ray-item intersection test function.