Matrix class

Scene graph.

Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
m0 double
no setter
m1 double
no setter
m10 double
no setter
m11 double
no setter
m12 double
no setter
m13 double
no setter
m14 double
no setter
m15 double
no setter
m2 double
no setter
m3 double
no setter
m4 double
no setter
m5 double
no setter
m6 double
no setter
m7 double
no setter
m8 double
no setter
m9 double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMatrix4() → Matrix4

Available on Matrix, provided by the MatrixHelpers extension

toString() String
A string representation of this object.
override
unpack() MatrixT

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

pack(Builder fbBuilder, MatrixT? object) int

Constants

reader → const Reader<Matrix>