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
/
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
:
IPointList
)
:
PointArrayList
Deprecated
Replace with
addAll(p)
Content copied to clipboard