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
/
column
column
@
JvmStatic
fun
column
(
vararg
data
:
Double
)
:
Matrix
@
JvmStatic
fun
column
(
data
:
Collection
<
Double
>
)
:
Matrix
Creates an n by 1 matrix with
data
as its elements, where n is
data
.size.