Home
last modified time | relevance | path

Searched refs:GetNeighborRelation (Results 1 – 3 of 3) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DPathSearch.cpp386 assert(n1->GetNeighborRelation(n0) != 0); in SmoothPath()
387 assert(n0->GetNeighborRelation(n1) != 0); in SmoothPath()
390 const unsigned int ngbRel = n0->GetNeighborRelation(n1); in SmoothPath()
H A DNode.hpp46 unsigned int GetNeighborRelation(const INode* ngb) const;
H A DNode.cpp74 unsigned int QTPFS::INode::GetNeighborRelation(const INode* ngb) const { in GetNeighborRelation() function in QTPFS::INode
121 switch (GetNeighborRelation(ngb)) { in GetNeighborEdgeTransitionPoint()