MatrixRotateXYZ function

MatrixD MatrixRotateXYZ(
  1. Vector3D angle
)

Implementation

MatrixD MatrixRotateXYZ(
  Vector3D angle,
) => _module.MatrixRotateXYZ(angle);