renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.kotlin.primitives
/
rotate
rotate
fun
IntArray
.
rotate
(
offset
:
Int
,
start
:
Int
=
0
,
end
:
Int
=
size
)
fun
FloatArray
.
rotate
(
offset
:
Int
,
start
:
Int
=
0
,
end
:
Int
=
size
)
fun
Pair
<
FloatArray
,
FloatArray
>
.
rotate
(
offset
:
Int
,
start
:
Int
=
0
)