Matrix3x2 class Struct

Describes a 3*2 floating point matrix.

Inheritance

Constructors

Matrix3x2()

Properties

hashCode int
The hash code for this object.
no setterinherited
M11 double
getter/setter pair
M12 double
getter/setter pair
M21 double
getter/setter pair
M22 double
getter/setter pair
M31 double
getter/setter pair
M32 double
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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