Flutter
vector_math
Matrix4
Matrix4.identity factory constructor
Matrix4.identity
Matrix4 class
Constructors
Matrix4
columns
compose
copy
diagonal3
diagonal3Values
fromBuffer
fromFloat32List
fromList
identity
inverted
outer
rotationX
rotationY
rotationZ
skew
skewX
skewY
translation
translationValues
zero
Properties
dimension
forward
hashCode
right
row0
row1
row2
row3
storage
up
runtimeType
Methods
absolute
absoluteError
absoluteRotate
add
applyToVector3Array
clone
copyFromArray
copyInto
copyIntoArray
copyInverse
copyRotation
decompose
determinant
dotColumn
dotRow
entry
getColumn
getMaxScaleOnAxis
getNormalMatrix
getRotation
getRow
getTranslation
index
infinityNorm
invert
invertRotation
isIdentity
isZero
leftTranslate
multiplied
multiply
multiplyTranspose
negate
perspectiveTransform
relativeError
rotate
rotate3
rotated3
rotateX
rotateY
rotateZ
scale
scaleAdjoint
scaled
setColumn
setColumns
setDiagonal
setEntry
setFrom
setFromTranslationRotation
setFromTranslationRotationScale
setIdentity
setOuter
setRotation
setRotationX
setRotationY
setRotationZ
setRow
setTranslation
setTranslationRaw
setUpper2x2
setValues
setZero
splatDiagonal
sub
toString
trace
transform
transform3
transformed
transformed3
translate
transpose
transposed
transposeMultiply
transposeRotation
noSuchMethod
Operators
operator *
operator +
operator -
operator ==
operator []
operator []=
operator unary-
Static methods
solve
solve2
solve3
tryInvert
Matrix4.identity constructor
Matrix4.identity
(
)
Identity matrix.
Implementation
factory Matrix4.identity() => new Matrix4.zero()..setIdentity();