Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.geometry
/
Matrix
/
Companion
/
row
row
@
JvmStatic
fun
row
(
vararg
data
:
Double
)
:
Matrix
@
JvmStatic
fun
row
(
data
:
Collection
<
Double
>
)
:
Matrix
Creates a 1 by n matrix with
data
as its elements, where n is
data
.size.