CubbyFlow::ClosestIntersectionQueryResult2< T > Struct Template Reference
Closest intersection query result. More...
#include <Core/QueryEngine/IntersectionQueryEngine2.h>
Public Attributes | |
const T * | item = nullptr |
double | distance = std::numeric_limits<double>::max() |
Detailed Description
template<typename T>
struct CubbyFlow::ClosestIntersectionQueryResult2< T >
Closest intersection query result.
Member Data Documentation
◆ distance
template<typename T>
double CubbyFlow::ClosestIntersectionQueryResult2< T >::distance = std::numeric_limits<double>::max() |
◆ item
template<typename T>
const T* CubbyFlow::ClosestIntersectionQueryResult2< T >::item = nullptr |
The documentation for this struct was generated from the following file:
- Core/QueryEngine/IntersectionQueryEngine2.h