toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
fastForEachReverse
fast
For
Each
Reverse
inline
fun
PointList
.
fastForEachReverse
(
block
:
(
Point
)
->
Unit
)
inline
fun
PointIntList
.
fastForEachReverse
(
block
:
(
x
:
Int
,
y
:
Int
)
->
Unit
)