Flutter
vector_math
Matrix2
Matrix2.identity factory constructor
Matrix2.identity
Matrix2 class
Constructors
Matrix2
columns
copy
fromList
identity
outer
rotation
zero
Properties
dimension
hashCode
row0
row1
storage
runtimeType
Methods
absolute
absoluteError
add
clone
copyFromArray
copyInto
copyIntoArray
copyInverse
determinant
dotColumn
dotRow
entry
getColumn
getRow
index
infinityNorm
invert
multiplied
multiply
multiplyTranspose
negate
relativeError
scale
scaleAdjoint
scaled
setColumn
setColumns
setDiagonal
setEntry
setFrom
setIdentity
setOuter
setRotation
setRow
setValues
setZero
splatDiagonal
sub
toString
trace
transform
transformed
transpose
transposed
transposeMultiply
noSuchMethod
Operators
operator *
operator +
operator -
operator ==
operator []
operator []=
operator unary-
Static methods
solve
Matrix2.identity constructor
Matrix2.identity
(
)
Identity matrix.
Implementation
factory Matrix2.identity() => new Matrix2.zero()..setIdentity();