MatrixRotateY function

MatrixC MatrixRotateY(
  1. double angle
)

Implementation

MatrixC MatrixRotateY(double angle)
  => _module.MatrixRotateY(angle);