A* Pathfinding Project  4.3.2
The A* Pathfinding Project for Unity 3D
JobRVO.HalfPlane Struct Reference

Public Member Functions

 HalfPlane (float2 point, float2 normal)
 
float Distance (float2 p)
 
void Draw (float2 around, float2 drawingOffset)
 

Static Public Member Functions

static void Draw (float2 normal, float offset, float2 around, float2 drawingOffset)
 

Public Attributes

float2 normal
 
float offset
 

Constructor & Destructor Documentation

◆ HalfPlane()

HalfPlane ( float2  point,
float2  normal 
)

Member Function Documentation

◆ Distance()

float Distance ( float2  p)

◆ Draw() [1/2]

void Draw ( float2  around,
float2  drawingOffset 
)

◆ Draw() [2/2]

static void Draw ( float2  normal,
float  offset,
float2  around,
float2  drawingOffset 
)
static

Member Data Documentation

◆ normal

float2 normal

◆ offset

float offset

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