ProtectedconstructorThe exact array that will back this matrix.
Number of columns in the matrix.
Number of dimensions this array is using.
Number of rows in the matrix.
X coordinate to get.
Y coordinate to get.
Value at the given x and y coordinate.
Dimension we want to get the size of.
Size of this dimension.
All unused dimensions will return 0.
Position we want to retrieve value from.
If position array has fewer dimensions than this array, they will be treated as 0.
Value at position.
X coordinate to set.
Y coordinate to set.
Value to save to the given x and y coordinate.
Position we want to store value to.
If position array has fewer dimensions than this array, they will be treated as 0.
Value we want to store at position.
StaticfromAn identity matrix.
StaticfromAn iterable containing numbers to build a matrix from.
A matrix built from the numbers inside of iterable.
RangeError If iterable does not have at least 16 elements.
Represents a 4 by 4 matrix for linear algebra calculations.