Overview: Difference between revisions
From JSXGraph Wiki
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* [[Introduction]] | * [[Introduction]] | ||
** [[Introduction#Embed_JSXGraph_in_a_webpage | Embed JSXGraph in a webpage]] | ** [[Introduction#Embed_JSXGraph_in_a_webpage | Embed JSXGraph in a webpage]] | ||
** [[Introduction#Include_a_drawing_panel_into_the_HTML | Include a drawing panel into | ** [[Introduction#Include_a_drawing_panel_into_the_HTML | Include a drawing panel into HTML]] (missing description of JXG.Board methods) | ||
* [[ | ** [[Use the MediaWiki extension for JSXGraph]] (needs more details) | ||
** | * Geometry | ||
** Basic Elements | |||
*** [[Geometry Element]] | *** [[Geometry Element]] | ||
*** [[Point]] | *** [[Point]] | ||
*** [[Line]] | *** [[Line]] (more details required) | ||
*** [[Circle]] | *** [[Circle]] (more details required, incl. sector?, arc?) | ||
*** [[Angle]] | |||
*** [[Glider]] | *** [[Glider]] | ||
*** [[Intersection points]] | *** [[Intersection points]] | ||
** [[Extended Elements]] | *** [[Ticks]] | ||
* [[Calculus]] | *** [[Arrows]] | ||
* [[Charts & Statistics]] | ** Extended Elements | ||
* | *** [[Polygon]] (more details required?) | ||
*** [[Transform]] | |||
*** [[Geometric constructions]] (All subpoints in one wiki page {like introduction above}?) | |||
**** [[Geometric_constructions#Midpoint | Midpoint]] | |||
**** [[Geometric_constructions#Bisector | Bisector]] | |||
**** [[Geometric_constructions#Circumcircle | Circumcircle]] | |||
**** [[Geometric_constructions#Circumcircle_midpoint | Circumcircle midpoint]] | |||
**** [[Geometric_constructions#Mirror_point | Mirror point]] | |||
**** [[Geometric_constructions#Normal | Normal]] | |||
**** [[Geometric_constructions#Parallel | Parallel]] | |||
**** [[Geometric_constructions#Parallel_point | Parallel point]] | |||
**** [[Geometric_constructions#Perpendicular | Perpendicular]] | |||
**** [[Geometric_constructions#Perpendicular_point | Perpendicular point]] | |||
**** [[Geometric_constructions#Reflection | Reflection]] | |||
** Other elements | |||
*** [[Text]] | |||
*** [[Slider]] (extend and revise formatting) | |||
*** [[Image]] | |||
* Calculus | |||
** [[Plot functions]] | |||
** [[Derive]] (incl. tangent) | |||
** [[Integrate]] (incl. Riemann sum) | |||
** [[Solve odes]] | |||
* Charts & Statistics | |||
* [[Turtle]] | |||
* Server Applications | |||
** [[Setup server environment]] | ** [[Setup server environment]] | ||
** [[Develop server modules]] |
Latest revision as of 18:44, 2 June 2009
- Introduction
- Embed JSXGraph in a webpage
- Include a drawing panel into HTML (missing description of JXG.Board methods)
- Use the MediaWiki extension for JSXGraph (needs more details)
- Geometry
- Basic Elements
- Geometry Element
- Point
- Line (more details required)
- Circle (more details required, incl. sector?, arc?)
- Angle
- Glider
- Intersection points
- Ticks
- Arrows
- Extended Elements
- Polygon (more details required?)
- Transform
- Geometric constructions (All subpoints in one wiki page {like introduction above}?)
- Other elements
- Basic Elements
- Calculus
- Plot functions
- Derive (incl. tangent)
- Integrate (incl. Riemann sum)
- Solve odes
- Charts & Statistics
- Turtle
- Server Applications