MatrixRotateY function

MatrixD MatrixRotateY(
  1. double angle
)

Implementation

MatrixD MatrixRotateY(
  double angle,
) => _module.MatrixRotateY(angle);