MatrixRotateY abstract method

MatrixD MatrixRotateY(
  1. double angle
)

Get y-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixD MatrixRotateY(
  double angle,
);