Diplo
 All Classes Namespaces Functions Variables Properties
Public Member Functions | Public Attributes | List of all members
Diplo.Geometry.AlphaHull.Geometry.Edge Class Reference

ConcaveObjects made from two point indexes More...

Inheritance diagram for Diplo.Geometry.AlphaHull.Geometry.Edge:

Public Member Functions

 Edge (int point1, int point2)
 Initializes a new edge instance More...
 
 Edge ()
 Initializes a new edge instance with start/end indexes of '0' More...
 
bool Equals (Edge other)
 Checks whether two edges are equal disregarding the direction of the edges More...
 

Public Attributes

int p1
 Start of edge index More...
 
int p2
 End of edge index More...
 

Detailed Description

ConcaveObjects made from two point indexes

Constructor & Destructor Documentation

Diplo.Geometry.AlphaHull.Geometry.Edge.Edge ( int  point1,
int  point2 
)

Initializes a new edge instance

Parameters
point1Start edge vertex index
point2End edge vertex index
Diplo.Geometry.AlphaHull.Geometry.Edge.Edge ( )

Initializes a new edge instance with start/end indexes of '0'

Member Function Documentation

bool Diplo.Geometry.AlphaHull.Geometry.Edge.Equals ( Edge  other)

Checks whether two edges are equal disregarding the direction of the edges

Parameters
other
Returns

Member Data Documentation

int Diplo.Geometry.AlphaHull.Geometry.Edge.p1

Start of edge index

int Diplo.Geometry.AlphaHull.Geometry.Edge.p2

End of edge index


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