korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-datastructure
/
korlibs.math.geom
/
PointArrayList
/
setXY
set
XY
fun
setXY
(
index
:
Int
,
x
:
Float
,
y
:
Float
)
fun
setXY
(
index
:
Int
,
x
:
Int
,
y
:
Int
)
fun
setXY
(
index
:
Int
,
x
:
Double
,
y
:
Double
)
fun
setXY
(
index
:
Int
,
p
:
Point
)