Built-In Namespace _global_
Field Attributes | Field Name and Description |
---|---|
We distinguish two cases:
1) curves which depend on free elements, i.e.
|
|
Special treatment of labels
|
|
ret
|
Method Attributes | Method Name and Description |
---|---|
deg()
|
|
f()
|
|
fct(x, suspendedUpdate)
|
|
findSplit(pts, i, j)
findSplit() is a subroutine of JXG.Math.Numerics#RamerDouglasPeuker.
|
|
free()
Frees an angle from a prescribed value.
|
|
hf()
|
|
lambda()
|
|
li()
|
|
majorAxis()
|
|
makeFct(which)
|
|
setAngle(val)
Set an angle to a prescribed value given in radians.
|
|
stepFun(i)
|
|
wf()
|
|
xf()
|
|
yf()
|
Field Detail
coords
We distinguish two cases:
1) curves which depend on free elements, i.e. arcs and sectors
2) other curves
In the first case we simply transform the parents elements
In the second case we add a transform to the curve.
Defined in: Curve.js.
Defined in: Curve.js.
o
Special treatment of labels
Defined in: JXG.js.
Defined in: JXG.js.
ret
Defined in: JessieCode.js.
Method Detail
deg()
Defined in: MathNumerics.js.
f()
Defined in: JXG.js.
fct(x, suspendedUpdate)
Defined in: MathNumerics.js.
- Parameters:
- x
- suspendedUpdate
findSplit(pts, i, j)
findSplit() is a subroutine of JXG.Math.Numerics#RamerDouglasPeuker.
It searches for the point between index i and j which
has the largest distance from the line between the points i and j.
Defined in: MathNumerics.js.
Defined in: MathNumerics.js.
- Parameters:
- {Array} pts
- Array of JXG.Coords
- {Number} i
- Index of a point in pts
- {Number} j
- Index of a point in pts
{Object}
free()
Frees an angle from a prescribed value. This is only relevant if the angle size has been set by
setAngle() previously. The anglepoint is set to a free point.
Defined in: Sector.js.
Defined in: Sector.js.
- Returns:
- {Object} Pointer to the angle element..
hf()
Defined in: GeonextReader.js.
lambda()
Defined in: TracenpocheReader.js.
li()
Defined in: Composition.js.
majorAxis()
Defined in: Conic.js.
makeFct(which)
Defined in: MathNumerics.js.
- Parameters:
- which
{Object}
setAngle(val)
Set an angle to a prescribed value given in radians. This is only possible if the third point of the angle, i.e.
the anglepoint is a free point.
Defined in: Sector.js.
Defined in: Sector.js.
- Parameters:
- {Number|Function} val
- Number or Function which returns the size of the angle in Radians
- Returns:
- {Object} Pointer to the angle element..
stepFun(i)
Defined in: Point.js.
- Parameters:
- i
wf()
Defined in: GeonextReader.js.
xf()
Defined in: GeonextReader.js.
yf()
Defined in: GeonextReader.js.