MatrixRotateY method

MatrixD MatrixRotateY(
  1. double angle
)

Implementation

MatrixD MatrixRotateY(double angle) => .rotateY(angle);