affineCached class
Constructors
Properties
Methods
-
condNeg(
int cond) → void - CondNeg negates v if cond == 1 and leaves it unchanged if cond == 0.
-
copyFrom(
affineCached other) → void -
fromP3(
Point p) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
select(
affineCached a, affineCached b, int cond) → void - Select sets v to a if cond == 1 and to b if cond == 0.
-
toString(
) → String -
A string representation of this object.
inherited
-
zero(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override