Class SVG
Defined in: svg.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
SVG(h, w, xr, yr)
A class for generating SVG elements representing functions
|
| Method Attributes | Method Name and Description |
|---|---|
|
addCurves(curves)
Store functions to be drawn.
|
|
|
toXML()
Generates the SVG XML
|
Method Detail
addCurves(curves)
Store functions to be drawn.
- Parameters:
- {[Polynomial | PiecewiseFunction]} curves
- Array of Polnomials and or Piecewise Functions
toXML()
Generates the SVG XML