Matrix4.rotationY constructor Null safety
- double radians
Rotation of radians around Y.
Implementation
factory Matrix4.rotationY(double radians) => Matrix4.zero()
  .._m4storage[15] = 1.0
  ..setRotationY(radians);Rotation of radians around Y.
factory Matrix4.rotationY(double radians) => Matrix4.zero()
  .._m4storage[15] = 1.0
  ..setRotationY(radians);