Matrix3.rotationY constructor
Rotation of radians_
around Y axis.
Implementation
factory Matrix3.rotationY(double radians) =>
new Matrix3.zero()..setRotationY(radians);
Rotation of radians_
around Y axis.
factory Matrix3.rotationY(double radians) =>
new Matrix3.zero()..setRotationY(radians);