dojo.math
Methods
degToRad (x)
radToDeg (x)
factorial (n)
permutations (n, k)
combinations (n, r)
bernstein (t, n, i)
Properties
Object curves
Object points
dojo.math.curves
Methods
Line (_493, end)
Bezier (pnts)
CatmullRom (pnts, c)
Arc (_513, end, ccw)
CenteredArc (_519, _520, _521, end)
Circle (_524, _525)
Path ()
dojo.math.curves.Bezier Object
Methods
getValue (step)
Properties
undefined p
dojo.math.curves.CatmullRom Object
Methods
getValue (step)
Properties
Number c
undefined p
dojo.math.curves.CenteredArc Object
Methods
getValue (n)
Properties
undefined center
undefined radius
Number start
undefined end
dojo.math.curves.Circle Object
Methods
getValue (n)
Properties
undefined center
undefined radius
Number start
Number end
dojo.math.curves.Path Object
Methods
add (_530, _531)
remove (_532)
removeAll ()
getValue (n)
dojo.math.points
Methods
translate (a, b)
midpoint (a, b)
invert (a)
distance (a, b)