Diplo
 All Classes Namespaces Functions Variables Properties
Public Member Functions | Public Attributes | List of all members
Diplo.Drawing.Libs.Geometry.AlphaHull.Geometry.Triangle Struct Reference

Triangle made from three point indexes More...

Public Member Functions

 Triangle (int point1, int point2, int point3)
 Initializes a new instance of a triangle More...
 

Public Attributes

int p1
 First vertex index in triangle More...
 
int p2
 Second vertex index in triangle More...
 
int p3
 Third vertex index in triangle More...
 

Detailed Description

Triangle made from three point indexes

Constructor & Destructor Documentation

Diplo.Drawing.Libs.Geometry.AlphaHull.Geometry.Triangle.Triangle ( int  point1,
int  point2,
int  point3 
)

Initializes a new instance of a triangle

Parameters
point1Vertex 1
point2Vertex 2
point3Vertex 3

Member Data Documentation

int Diplo.Drawing.Libs.Geometry.AlphaHull.Geometry.Triangle.p1

First vertex index in triangle

int Diplo.Drawing.Libs.Geometry.AlphaHull.Geometry.Triangle.p2

Second vertex index in triangle

int Diplo.Drawing.Libs.Geometry.AlphaHull.Geometry.Triangle.p3

Third vertex index in triangle


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