My Project
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | Properties | List of all members
TriangleNet.Geometry.Edge Class Reference

Represents a straight line segment in 2D space. More...

Inheritance diagram for TriangleNet.Geometry.Edge:
TriangleNet.Geometry.IEdge

Public Member Functions

 Edge (int p0, int p1)
 Initializes a new instance of the Edge class.
 
 Edge (int p0, int p1, int label)
 Initializes a new instance of the Edge class.
 

Properties

int P0 [get]
 Gets the first endpoints index.
 
int P1 [get]
 Gets the second endpoints index.
 
int Label [get]
 Gets the segments boundary mark.
 
- Properties inherited from TriangleNet.Geometry.IEdge
int P0 [get]
 Gets the first endpoints index.
 
int P1 [get]
 Gets the second endpoints index.
 
int Label [get]
 Gets or sets a general-purpose label.
 

Detailed Description

Represents a straight line segment in 2D space.

Property Documentation

◆ Label

int TriangleNet.Geometry.Edge.Label
get

Gets the segments boundary mark.

Implements TriangleNet.Geometry.IEdge.

◆ P0

int TriangleNet.Geometry.Edge.P0
get

Gets the first endpoints index.

Implements TriangleNet.Geometry.IEdge.

◆ P1

int TriangleNet.Geometry.Edge.P1
get

Gets the second endpoints index.

Implements TriangleNet.Geometry.IEdge.


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