Matrix2.rotation constructor
Rotation of radians
.
Implementation
factory Matrix2.rotation(double radians) =>
new Matrix2.zero()..setRotation(radians);
Rotation of radians
.
factory Matrix2.rotation(double radians) =>
new Matrix2.zero()..setRotation(radians);