MatrixRotate abstract method

MatrixD MatrixRotate(
  1. Vector3D axis,
  2. double angle
)

Create rotation matrix from axis and angle

NOTE: Angle should be provided in radians

Implementation

MatrixD MatrixRotate(
  Vector3D axis,
  double angle,
);