A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
Public Member Functions | |
Vector3 | ClosestPoint (Vector3 p) |
Vector3 | ClosestPoint (Vector3 p, float minX, float maxX) |
bool | Contains (Vector3 p) |
void | Draw () |
void | DrawBounds (float left, float right) |
Vector3 | Intersection (HalfPlane hp) |
Public Attributes | |
Vector3 | normal |
Vector3 | point |