toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.triangulation
/
Earcut
/
Input
Input
class
Input
(
val
vertices
:
DoubleArray
,
val
holeIndices
:
IntArray
,
val
dimensions
:
Int
)
Members
Constructors
Input
Link copied to clipboard
constructor
(
vertices
:
DoubleArray
,
holeIndices
:
IntArray
,
dimensions
:
Int
)
Properties
dimensions
Link copied to clipboard
val
dimensions
:
Int
hole
Indices
Link copied to clipboard
val
holeIndices
:
IntArray
vertices
Link copied to clipboard
val
vertices
:
DoubleArray