MatrixRotateY function
Implementation
@Deprecated('Use Matrix4.rotationY(angle) instead')
Matrix4 MatrixRotateY(double angle) => .rotationY(angle);
@Deprecated('Use Matrix4.rotationY(angle) instead')
Matrix4 MatrixRotateY(double angle) => .rotationY(angle);