toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.vector
/
VectorPath
/
Command
Command
object
Command
Members
Properties
CLOSE
Link copied to clipboard
const
val
CLOSE
:
Int
=
4
CUBIC_TO
Link copied to clipboard
const
val
CUBIC_TO
:
Int
=
3
LINE_TO
Link copied to clipboard
const
val
LINE_TO
:
Int
=
1
MOVE_TO
Link copied to clipboard
const
val
MOVE_TO
:
Int
=
0
QUAD_TO
Link copied to clipboard
const
val
QUAD_TO
:
Int
=
2
Functions
get
Param
Count
Link copied to clipboard
fun
getParamCount
(
command
:
Int
)
:
Int