TypeMask enum
enum Matrix::TypeMask Enum of bit fields for mask returned by getType(). Used to identify the complexity of Matrix, to optimize performance.
Values
- kIdentity_Mask → const TypeMask
-
identity Matrix; all bits clear
const TypeMask(0) - kTranslate_Mask → const TypeMask
-
translation Matrix
const TypeMask(0x01) - kScale_Mask → const TypeMask
-
scale Matrix
const TypeMask(0x02) - kAffine_Mask → const TypeMask
-
skew or rotate Matrix
const TypeMask(0x04) - kPerspective_Mask → const TypeMask
-
perspective Matrix
const TypeMask(0x08)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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