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