A* Pathfinding Project  3.6.8
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
LocalAvoidance.HalfPlane Class Reference

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
 

Member Function Documentation

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)

Member Data Documentation

Vector3 normal
Vector3 point

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