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