toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
PointArrayList
/
add
add
fun
add
(
x
:
Double
,
y
:
Double
)
:
PointArrayList
fun
add
(
x
:
Float
,
y
:
Float
)
:
PointArrayList
fun
add
(
x
:
Int
,
y
:
Int
)
:
PointArrayList
fun
add
(
p
:
Point
)
:
PointArrayList
fun
add
(
p
:
PointList
,
index
:
Int
)
fun
add
(
p
:
PointList
,
index
:
Int
,
indexEnd
:
Int
)
fun
add
(
p
:
PointList
)
:
PointArrayList
Deprecated
Replace with
addAll(p)
Content copied to clipboard