Matrix3.rotationZ constructor
Rotation of radians_
around Z axis.
Implementation
factory Matrix3.rotationZ(double radians) =>
new Matrix3.zero()..setRotationZ(radians);
Rotation of radians_
around Z axis.
factory Matrix3.rotationZ(double radians) =>
new Matrix3.zero()..setRotationZ(radians);