MatrixRotateZ function

  1. @Deprecated('Use Matrix4.rotationZ(angle) instead')
Matrix4 MatrixRotateZ(
  1. double angle
)

Implementation

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