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

Public Member Functions

 GetNearestHelper (Vector3 position, float maxDistSqr, NNConstraint constraint, Dictionary< Int3, PointNode > nodeLookup)
 
void Search (Int3 p)
 

Public Attributes

NNConstraint constraint
 
float maxDistSqr
 
float minConstDist
 
PointNode minConstNode
 
float minDist
 
PointNode minNode
 
Dictionary< Int3, PointNodenodeLookup
 
Vector3 position
 

Constructor & Destructor Documentation

GetNearestHelper ( Vector3  position,
float  maxDistSqr,
NNConstraint  constraint,
Dictionary< Int3, PointNode nodeLookup 
)

Member Function Documentation

void Search ( Int3  p)

Member Data Documentation

NNConstraint constraint
float maxDistSqr
float minConstDist
PointNode minConstNode
float minDist
PointNode minNode
Dictionary<Int3, PointNode> nodeLookup
Vector3 position

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