CurveUtil Class
Utility class used for calculating curve points.
Item Index
Methods
getControlPoints
(
private
-
vals
Gets the control points for the curve.
Parameters:
-
vals
ArrayCollection of values coords used to generate control points.
Returns:
Array
getCurveControlPoints
(
protected
-
xcoords
-
ycoords
Creates an array of start, end and control points for splines.
Parameters:
-
xcoords
ArrayCollection of x-coordinates used for calculate the curves
-
ycoords
ArrayCollection of y-coordinates used for calculate the curves
Returns:
Object