Properties of a Matrix.
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
rows |
number | null |
<optional> |
Matrix rows |
cols |
number | null |
<optional> |
Matrix cols |
type |
number | null |
<optional> |
Matrix type |
data |
Uint8Array | null |
<optional> |
Matrix data |