rotateSelf method

DomMatrix rotateSelf([
  1. num? rotX,
  2. num? rotY,
  3. num? rotZ
])

Implementation

DomMatrix rotateSelf([num? rotX, num? rotY, num? rotZ]) native;