Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/gfx/decompose.js

  • Provides:

    • dojox.gfx.decompose
  • Requires:

    • dojox.gfx.matrix in common
  • dojox.gfx.matrix

    • alias - dojox.gfx.matrix
  • dojox.gfx.decompose

    • parameters:
      • matrix: (typeof dojox.gfx.matrix.Matrix2D:)
        a 2D matrix-like object
    • returns
      Object
    • summary
      decompose a 2D matrix into translation, scaling, and rotation components
    • description
      this function decompose a matrix into four logical components:
      translation, rotation, scaling, and one more rotation using SVD.
      The components should be applied in following order:
       [translate, rotate(angle2), scale, rotate(angle1)]
    • type
      Function
  • dojox.gfx

    • type
      Object
  • dojox

    • type
      Object