MatrixRotateX function

  1. @Deprecated('Use Matrix4.rotationX(angle) instead')
Matrix4 MatrixRotateX(
  1. double angle
)

Implementation

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