SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.color.utilities
/
MathUtils
/
matrixMultiply
matrix
Multiply
open
fun
matrixMultiply
(
row
:
Array
<
Double
>
,
matrix
:
Array
<
Array
<
Double
>
>
)
:
Array
<
Double
>
Multiplies a 1x3 row vector with a 3x3 matrix.