Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
TriangleNet
Geometry
Edge
C# Class TriangleNet.Geometry.Edge
Represents a straight line segment in 2D space.
Mostra file
Open project: janegamedev/TerrainGenerator
Public Methods
Method
Description
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.
Method Details
Edge()
public
method
Initializes a new instance of the
Edge
class.
public
Edge
(
int
p0
,
int
p1
)
p0
int
p1
int
Edge()
public
method
Initializes a new instance of the
Edge
class.
public
Edge
(
int
p0
,
int
p1
,
int
label
)
p0
int
p1
int
label
int