korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
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