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