MatrixRotateY method

MatrixC MatrixRotateY(
  1. double angle
)

Get y-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixC MatrixRotateY(double angle)
  => _MatrixRotateY(angle);