MutableRSTransform class
A mutable version of RSTransform for custom batch manipulation.
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- position ↔ Vector2
-
getter/setter pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scos ↔ double
-
The cosine of the rotation multiplied by the scale factor.
getter/setter pairoverride-getter
- ssin ↔ double
-
The sine of the rotation multiplied by that same scale factor.
getter/setter pairoverride-getter
- tx ↔ double
-
The x coordinate of the translation, minus scos multiplied by the
x-coordinate of the rotation point, plus ssin multiplied by the
y-coordinate of the rotation point.
getter/setter pairoverride-getter
- ty ↔ double
-
The y coordinate of the translation, minus ssin multiplied by the
x-coordinate of the rotation point, minus scos multiplied by the
y-coordinate of the rotation point.
getter/setter pairoverride-getter
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