korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.util
/
NinePatchSlices
/
transform1DInplace
transform1DInplace
inline
fun
transform1DInplace
(
oldLen
:
Double
,
newLen
:
Double
,
count
:
Int
,
get
:
(
index
:
Int
)
->
Double
,
set
:
(
index
:
Int
,
value
:
Double
)
->
Unit
,
iscale
:
Double
=
1.0
)
fun
transform1DInplace
(
positions
:
DoubleArrayList
,
oldLen
:
Double
,
newLen
:
Double
)