gwnavruntime/queries/utils/propagationnode.h Source File
Go to the documentation of this file.
21 PropagationNode() : m_triangleRawPtr(), m_cost(0.f) {}
22 PropagationNode(
const NavTriangleRawPtr&
id) : m_triangleRawPtr(id), m_cost(0.f) {}
24 KY_INLINE
bool operator< (
const PropagationNode& node)
const {
return m_cost < node.m_cost; }
27 NavTriangleRawPtr m_triangleRawPtr;
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
float KyFloat32
float
Definition: types.h:32