MatrixRotateY function

  1. @Deprecated('Use Matrix4.rotationY(angle) instead')
Matrix4 MatrixRotateY(
  1. double angle
)

Implementation

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