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
/
PointIntArrayList
/
Companion
/
invoke
invoke
operator
fun
invoke
(
capacity
:
Int
=
7
,
callback
:
PointIntArrayList
.
(
)
->
Unit
)
:
PointIntArrayList
operator
fun
invoke
(
points
:
List
<
PointInt
>
)
:
PointIntArrayList
inline operator
fun
<
T
:
PointInt
>
invoke
(
vararg
points
:
T
)
:
PointIntArrayList