Class DOMMatrix

All Implemented Interfaces:
DOMMatrix2DInit, DOMMatrixInit

@JsType(isNative=true, namespace="<global>") public class DOMMatrix extends DOMMatrixReadOnly
  • Constructor Details

  • Method Details

    • fromFloat32Array

      public static DOMMatrix fromFloat32Array(elemental2.core.Float32Array array32)
    • fromFloat64Array

      public static DOMMatrix fromFloat64Array(elemental2.core.Float64Array array64)
    • fromMatrix

      public static DOMMatrix fromMatrix(DOMMatrixInit other)
    • invertSelf

      public DOMMatrix invertSelf()
    • multiplySelf

      public DOMMatrix multiplySelf(DOMMatrixInit other)
    • preMultiplySelf

      public DOMMatrix preMultiplySelf(DOMMatrixInit other)
    • rotateAxisAngleSelf

      public DOMMatrix rotateAxisAngleSelf()
    • rotateAxisAngleSelf

      public DOMMatrix rotateAxisAngleSelf(double x, double y, double z, double angle)
    • rotateAxisAngleSelf

      public DOMMatrix rotateAxisAngleSelf(double x, double y, double z)
    • rotateAxisAngleSelf

      public DOMMatrix rotateAxisAngleSelf(double x, double y)
    • rotateAxisAngleSelf

      public DOMMatrix rotateAxisAngleSelf(double x)
    • rotateFromVectorSelf

      public DOMMatrix rotateFromVectorSelf()
    • rotateFromVectorSelf

      public DOMMatrix rotateFromVectorSelf(double x, double y)
    • rotateFromVectorSelf

      public DOMMatrix rotateFromVectorSelf(double x)
    • rotateSelf

      public DOMMatrix rotateSelf()
    • rotateSelf

      public DOMMatrix rotateSelf(double rotX, double rotY, double rotZ)
    • rotateSelf

      public DOMMatrix rotateSelf(double rotX, double rotY)
    • rotateSelf

      public DOMMatrix rotateSelf(double rotX)
    • scale3dSelf

      public DOMMatrix scale3dSelf()
    • scale3dSelf

      public DOMMatrix scale3dSelf(double scale, double originX, double originY, double originZ)
    • scale3dSelf

      public DOMMatrix scale3dSelf(double scale, double originX, double originY)
    • scale3dSelf

      public DOMMatrix scale3dSelf(double scale, double originX)
    • scale3dSelf

      public DOMMatrix scale3dSelf(double scale)
    • scaleSelf

      public DOMMatrix scaleSelf()
    • scaleSelf

      public DOMMatrix scaleSelf(double scaleX, double scaleY, double scaleZ, double originX, double originY, double originZ)
    • scaleSelf

      public DOMMatrix scaleSelf(double scaleX, double scaleY, double scaleZ, double originX, double originY)
    • scaleSelf

      public DOMMatrix scaleSelf(double scaleX, double scaleY, double scaleZ, double originX)
    • scaleSelf

      public DOMMatrix scaleSelf(double scaleX, double scaleY, double scaleZ)
    • scaleSelf

      public DOMMatrix scaleSelf(double scaleX, double scaleY)
    • scaleSelf

      public DOMMatrix scaleSelf(double scaleX)
    • skewXSelf

      public DOMMatrix skewXSelf()
    • skewXSelf

      public DOMMatrix skewXSelf(double sx)
    • skewYSelf

      public DOMMatrix skewYSelf()
    • skewYSelf

      public DOMMatrix skewYSelf(double sy)
    • translateSelf

      public DOMMatrix translateSelf()
    • translateSelf

      public DOMMatrix translateSelf(double tx, double ty, double tz)
    • translateSelf

      public DOMMatrix translateSelf(double tx, double ty)
    • translateSelf

      public DOMMatrix translateSelf(double tx)