toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.triangulation
/
Delaunator
/
Triangle
Triangle
class
Triangle
(
val
points
:
List
<
Delaunator.IPoint
>
,
val
Index
:
Int
)
:
Delaunator.ITriangle
Members
Constructors
Triangle
Link copied to clipboard
constructor
(
points
:
List
<
Delaunator.IPoint
>
,
Index
:
Int
)
Properties
Index
Link copied to clipboard
open
override
val
Index
:
Int
points
Link copied to clipboard
open
override
val
points
:
List
<
Delaunator.IPoint
>