Matrix3.rotationX constructor
Rotation of radians_
around X axis.
Implementation
factory Matrix3.rotationX(double radians) =>
new Matrix3.zero()..setRotationX(radians);
Rotation of radians_
around X axis.
factory Matrix3.rotationX(double radians) =>
new Matrix3.zero()..setRotationX(radians);