rotate method

DOMMatrix rotate([
  1. num rotX,
  2. num rotY,
  3. num rotZ
])

Implementation

external DOMMatrix rotate([
  num rotX,
  num rotY,
  num rotZ,
]);