A* Pathfinding Project  4.1.20
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
RVOQuadtree.QuadtreeQuery Struct Reference

Public Member Functions

void QueryRec (int i, float xmin, float xmax, float ymin, float ymax)
 
void QueryRec3D (int i, float xmin, float xmax, float ymin, float ymax, float zmin, float zmax)
 

Public Attributes

Agent agent
 
float agentRadius
 
float maxRadius
 
Node[] nodes
 
Vector3 p
 
float speed
 
float timeHorizon
 

Member Function Documentation

void QueryRec ( int  i,
float  xmin,
float  xmax,
float  ymin,
float  ymax 
)
void QueryRec3D ( int  i,
float  xmin,
float  xmax,
float  ymin,
float  ymax,
float  zmin,
float  zmax 
)

Member Data Documentation

Agent agent
float agentRadius
float maxRadius
Node [] nodes
Vector3 p
float speed
float timeHorizon

The documentation for this struct was generated from the following file: