MatrixRotateZYX method
Get zyx-rotation matrix
NOTE: Angle must be provided in radians
Implementation
@override
MatrixD MatrixRotateZYX(
Vector3D angle,
) => $.Matrix$.Extract1(
(p) => _wasm.MatrixRotateZYX(
p.toJS,
$.Vector3$.Ref1(angle).toJS,
),
);