Hermes
Toggle table of contents
0.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
Hermes
core
/
com.acmerobotics.roadrunner.geometry
/
Matrix
/
Matrix
Matrix
constructor
(
data
:
Collection
<
Collection
<
Double
>
>
)
Constructor to create a
Matrix
from a list of lists.
constructor
(
data
:
Array
<
DoubleArray
>
)