CubbyFlow::IntersectionQueryEngine2< T > Member List

This is the complete list of members for CubbyFlow::IntersectionQueryEngine2< T >, including all inherited members.

ForEachIntersectingItem(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const =0CubbyFlow::IntersectionQueryEngine2< T >pure virtual
ForEachIntersectingItem(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc, const IntersectionVisitorFunc2< T > &visitorFunc) const =0CubbyFlow::IntersectionQueryEngine2< T >pure virtual
GetClosestIntersection(const Ray2D &ray, const GetRayIntersectionFunc2< T > &testFunc) const =0CubbyFlow::IntersectionQueryEngine2< T >pure virtual
IsIntersects(const BoundingBox2D &box, const BoxIntersectionTestFunc2< T > &testFunc) const =0CubbyFlow::IntersectionQueryEngine2< T >pure virtual
IsIntersects(const Ray2D &ray, const RayIntersectionTestFunc2< T > &testFunc) const =0CubbyFlow::IntersectionQueryEngine2< T >pure virtual