Home
last modified time | relevance | path

Searched refs:GetRectangleRelation (Results 1 – 2 of 2) sorted by relevance

/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNode.hpp47 unsigned int GetRectangleRelation(const SRectangle& r) const;
H A DNode.cpp85 unsigned int QTPFS::INode::GetRectangleRelation(const SRectangle& r) const { in GetRectangleRelation() function in QTPFS::INode
394 if ((cont |= (children[i]->GetRectangleRelation(r) == REL_RECT_INTERIOR_NODE))) { in PreTesselate()
416 const unsigned int rel = GetRectangleRelation(r); in PreTesselate()