A* Pathfinding Project  3.8.2
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
BBTree Member List

This is the complete list of members for BBTree, including all inherited members.

arrBBTreeprivate
Clear()BBTree
countBBTreeprivate
EnsureCapacity(int c)BBTreeprivate
ExpandToContain(IntRect r, IntRect r2)BBTreeprivatestatic
ExpansionRequired(IntRect r, IntRect r2)BBTreeprivatestatic
GetBox(MeshNode node)BBTreeprivate
GetBox(IntRect rect)BBTreeprivate
Insert(MeshNode node)BBTree
NodeBounds(MeshNode[] nodes, int from, int to)BBTreeprivatestatic
NodeIntersectsCircle(MeshNode node, Vector3 p, float radius)BBTreeprivatestatic
OnDrawGizmos()BBTree
OnDrawGizmos(int boxi, int depth)BBTreeprivate
Query(Vector3 p, NNConstraint constraint)BBTree
QueryCircle(Vector3 p, float radius, NNConstraint constraint)BBTree
QueryClosest(Vector3 p, NNConstraint constraint, out float distance)BBTree
QueryClosest(Vector3 p, NNConstraint constraint, ref float distance, NNInfo previous)BBTree
QueryClosestXZ(Vector3 p, NNConstraint constraint, ref float distance, NNInfo previous)BBTree
QueryInside(Vector3 p, NNConstraint constraint)BBTree
RebuildFrom(MeshNode[] nodes)BBTree
RebuildFromInternal(MeshNode[] nodes, int from, int to, bool odd)BBTreeprivate
RectArea(IntRect r)BBTreeprivatestatic
RectIntersectsCircle(IntRect r, Vector3 p, float radius)BBTreeprivatestatic
SearchBox(int boxi, Vector3 p, NNConstraint constraint, ref NNInfo nnInfo)BBTreeprivate
SearchBoxCircle(int boxi, Vector3 p, float radius, NNConstraint constraint, ref NNInfo nnInfo)BBTreeprivate
SearchBoxClosest(int boxi, Vector3 p, ref float closestDist, NNConstraint constraint, ref NNInfo nnInfo)BBTreeprivate
SearchBoxClosestXZ(int boxi, Vector3 p, ref float closestDist, NNConstraint constraint, ref NNInfo nnInfo)BBTreeprivate
SearchBoxInside(int boxi, Vector3 p, NNConstraint constraint)BBTreeprivate
SizeBBTree
SplitByX(MeshNode[] nodes, int from, int to, int divider)BBTreeprivatestatic
SplitByZ(MeshNode[] nodes, int from, int to, int divider)BBTreeprivatestatic