- Dart
- dart:html
- DomMatrixReadOnly class
        - Implementers
- Annotations
- 
          - @Native("DOMMatrixReadOnly")
 
Methods
      
        - 
          flipX()
            → DomMatrix
          
                  
- 
          
                  
- 
          flipY()
            → DomMatrix
          
                  
- 
          
                  
- 
          inverse()
            → DomMatrix
          
                  
- 
          
                  
- 
          multiply([Map other ])
            → DomMatrix
          
                  
- 
          
                  
- 
          rotate([num rotX,  num rotY,  num rotZ ])
            → DomMatrix
          
                  
- 
          
                  
- 
          rotateAxisAngle([num x,  num y,  num z,  num angle ])
            → DomMatrix
          
                  
- 
          
                  
- 
          rotateFromVector([num x,  num y ])
            → DomMatrix
          
                  
- 
          
                  
- 
          scale([num scaleX,  num scaleY,  num scaleZ,  num originX,  num originY,  num originZ ])
            → DomMatrix
          
                  
- 
          
                  
- 
          scale3d([num scale,  num originX,  num originY,  num originZ ])
            → DomMatrix
          
                  
- 
          
                  
- 
          skewX([num sx ])
            → DomMatrix
          
                  
- 
          
                  
- 
          skewY([num sy ])
            → DomMatrix
          
                  
- 
          
                  
- 
          toFloat32Array()
            → Float32List
          
                  
- 
          
                  
- 
          toFloat64Array()
            → Float64List
          
                  
- 
          
                  
- 
          transformPoint([Map point ])
            → DomPoint
          
                  
- 
          
                  
- 
          translate([num tx,  num ty,  num tz ])
            → DomMatrix
          
                  
- 
          
                  
- 
          noSuchMethod(Invocation invocation)
            → dynamic
          
                  
- 
          Invoked when a non-existent method or property is accessed. [...]
                  inherited 
- 
          toString()
            → String
          
                  
- 
          Returns a string representation of this object.
                  inherited