toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.triangulation
/
Delaunator
/
Edge
Edge
class
Edge
(
val
index
:
Int
,
val
p
:
Delaunator.IPoint
,
val
q
:
Delaunator.IPoint
)
:
Delaunator.IEdge
Members
Constructors
Edge
Link copied to clipboard
constructor
(
index
:
Int
,
p
:
Delaunator.IPoint
,
q
:
Delaunator.IPoint
)
Properties
index
Link copied to clipboard
open
override
val
index
:
Int
p
Link copied to clipboard
open
override
val
p
:
Delaunator.IPoint
q
Link copied to clipboard
open
override
val
q
:
Delaunator.IPoint