#include <collision_surface_temp.h>
Nevrax France
Definition at line 120 of file collision_surface_temp.h.
Data Fields | |
uint16 | EdgeEnd |
the end edge of the ordered chain, found in this quad. "end edge" is lastEdge+1: numEdges= end-start. | |
uint16 | EdgeStart |
the first edge of the ordered chain, found in this quad. | |
uint16 | OChainId |
The id of the ordered chain. |
|
the end edge of the ordered chain, found in this quad. "end edge" is lastEdge+1: numEdges= end-start.
Definition at line 128 of file collision_surface_temp.h. Referenced by NLPACS::CChainQuad::addEdgeToQuadNode(), NLPACS::CLocalRetriever::findPath(), NLPACS::CGlobalRetriever::getBorders(), NLPACS::CChainQuad::selectEdges(), and NLPACS::CLocalRetriever::testCollision(). |
|
the first edge of the ordered chain, found in this quad.
Definition at line 126 of file collision_surface_temp.h. Referenced by NLPACS::CChainQuad::addEdgeToQuadNode(), NLPACS::CLocalRetriever::findPath(), NLPACS::CGlobalRetriever::getBorders(), NLPACS::CChainQuad::selectEdges(), and NLPACS::CLocalRetriever::testCollision(). |
|
The id of the ordered chain.
Definition at line 124 of file collision_surface_temp.h. Referenced by NLPACS::CChainQuad::addEdgeToQuadNode(), NLPACS::CLocalRetriever::findPath(), NLPACS::CGlobalRetriever::getBorders(), NLPACS::CChainQuad::selectEdges(), and NLPACS::CLocalRetriever::testCollision(). |