Dart
dart:svg
Matrix
rotate method
rotate
Dart
dart:svg
Matrix
rotate method
Matrix class
Properties
a
b
c
d
e
f
hashCode
runtimeType
Methods
flipX
flipY
inverse
multiply
rotate
rotateFromVector
scale
scaleNonUniform
skewX
skewY
translate
noSuchMethod
toString
Operators
operator ==
rotate method
Matrix
rotate
(
num
angle
)
Implementation
Matrix rotate(num angle) native;