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/math/curves.js

  • Provides:

    • dojox.math.curves
  • dojox.math.curves.Line

    • parameters:
      • start
      • end
    • type
      Function
  • dojox.math.curves.Line.start

  • dojox.math.curves.Line.end

  • dojox.math.curves.Line.dimensions

  • dojox.math.curves.Line.getValue

    • parameters:
      • n
    • type
      Function
  • dojox.math.curves.Bezier

    • parameters:
      • pnts
    • type
      Function
  • dojox.math.curves.Bezier.getValue

    • parameters:
      • step
    • type
      Function
  • dojox.math.curves.Bezier.p

  • dojox.math.curves.CatmullRom

    • parameters:
      • pnts
      • c
    • type
      Function
  • dojox.math.curves.CatmullRom.getValue

    • parameters:
      • step
    • type
      Function
  • dojox.math.curves.CatmullRom.c

    • type
      Number
  • dojox.math.curves.CatmullRom.p

  • dojox.math.curves.Arc

    • parameters:
      • start
      • end
      • ccw
    • type
      Function
  • dojox.math.curves.CenteredArc

    • parameters:
      • center
      • radius
      • start
      • end
    • type
      Function
  • dojox.math.curves.CenteredArc.center

  • dojox.math.curves.CenteredArc.radius

  • dojox.math.curves.CenteredArc.start

    • type
      Number
  • dojox.math.curves.CenteredArc.end

  • dojox.math.curves.CenteredArc.getValue

    • parameters:
      • n
    • type
      Function
  • dojox.math.curves.Circle

    • parameters:
      • center
      • radius
    • type
      Function
  • dojox.math.curves.Path

    • type
      Function
  • dojox.math.curves.Path.add

    • parameters:
      • curve
      • weight
    • type
      Function
  • dojox.math.curves.Path.remove

    • parameters:
      • curve
    • type
      Function
  • dojox.math.curves.Path.removeAll

    • type
      Function
  • dojox.math.curves.Path.getValue

    • parameters:
      • n
    • type
      Function
  • dojox.math.curves

    • type
      Object
  • dojox.math

    • type
      Object
  • dojox

    • type
      Object