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