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

Edge made from two point indexes More...

Inheritance diagram for geometery.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

Edge made from two point indexes

Constructor & Destructor Documentation

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

Initializes a new edge instance

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

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

Member Function Documentation

bool geometery.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 geometery.AlphaHull.Geometry.Edge.p1

Start of edge index

int geometery.AlphaHull.Geometry.Edge.p2

End of edge index


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