Class DOMMatrix

    • Constructor Detail

      • DOMMatrix

        public DOMMatrix​(elemental2.core.JsArray<java.lang.Double> init)
      • DOMMatrix

        public DOMMatrix​(java.lang.String init)
      • DOMMatrix

        public DOMMatrix​(double[] init)
    • Method Detail

      • fromFloat32Array

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

        public static DOMMatrix fromFloat64Array​(elemental2.core.Float64Array array64)
      • 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​(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​(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​(double sx)
      • 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)