Matrix class - dart:svg library (original) (raw)
Annotations
- @Unstable.new()
- @Native.new("SVGMatrix")
Properties
getter/setter pair
getter/setter pair
getter/setter pair
getter/setter pair
getter/setter pair
getter/setter pair
The hash code for this object.
no setterinherited
A representation of the runtime type of the object.
no setterinherited
Methods
multiply(Matrix secondMatrix)→ Matrix
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotateFromVector(num x, num y)→ Matrix
scale(num scaleFactor)→ Matrix
scaleNonUniform(num scaleFactorX, num scaleFactorY)→ Matrix
A string representation of this object.
inherited
translate(num x, num y)→ Matrix
Operators
operator ==(Object other)→ bool
The equality operator.
inherited