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
/
zero
zero
@
JvmStatic
fun
zero
(
rows
:
Int
,
cols
:
Int
)
:
Matrix
Creates a zero matrix with the given dimensions.
@
JvmStatic
fun
zero
(
size
:
Int
)
:
Matrix
Creates a zero matrix with dimensions
size
by
size
.