rotateSelf method - DomMatrix class - dart:html library (original) (raw)

description

DomMatrix rotateSelf([

  1. num? rotX,
  2. num? rotY,
  3. num? rotZ ])

Implementation

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