A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
Triangulator Class Reference

Public Member Functions

 Triangulator (Vector2[] points)
 
int[] Triangulate ()
 

Private Member Functions

float Area ()
 
bool InsideTriangle (Vector2 A, Vector2 B, Vector2 C, Vector2 P)
 
bool Snip (int u, int v, int w, int n, int[] V)
 

Private Attributes

List< Vector2 > m_points = new List<Vector2>()
 

Detailed Description

A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited
The Pro version can be bought here

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