List of elements: Difference between revisions

From JSXGraph Wiki
(New page: =Single elements= ==Points== * point * glider * intersection * otherintersection * circumcenter (a.k.a. circumcirclemidpoint) * parallelpoint * perpendicularpoint * midpoint * mirrorpoint...)
 
No edit summary
Line 28: Line 28:
* conic
* conic


=Curves=
==Curves==
* curve
* curve
* functiongraph
* functiongraph

Revision as of 12:06, 9 September 2010

Single elements

Points

  • point
  • glider
  • intersection
  • otherintersection
  • circumcenter (a.k.a. circumcirclemidpoint)
  • parallelpoint
  • perpendicularpoint
  • midpoint
  • mirrorpoint
  • reflection

Lines

  • line
  • segment
  • arrow
  • axis
  • tangent
  • normal

Conics

  • circle
  • ellipse
  • hyperbola
  • parabola
  • conic

Curves

  • curve
  • functiongraph
  • spline
  • riemannsum
  • arc
  • sector
  • turtle
  • locus

Compositions

  • semicircle: 2 Points -> 1 Midpoint, 1 Arc
  • circumcirclearc: 3 Points -> 1 Circumcenter, 1 Arc
  • polygon: n Points -> n(+1) Lines
  • regularpolygon: 2 Points, n -> n-2 Points, n-1 Lines
  • circumcirclesector: 3 Points -> 1 Circumcenter, 1 Sector
  • angle: 3 Points -> 1 Point, 1 Sector
  • arrowparallel: 1 line, 1 point/3 points -> 1 Point, 1 Line
  • bisector: 3 Points -> 1 Point, 1 Line
  • bisectorlines: 2 Lines -> 2 Lines
  • circumcircle: 3 Points -> 1 Point, 1 Circle
  • slider: 2 Points, A few numbers -> 2 Points, 1 Line, 1 Glider
  • integral: 1 Function -> 1 Curve, 1 Text
  • parallel: 1 line, 1 point -> 1 Point, 1 Line
  • perpendicular: 1 line, 1 point -> 1 Point, 1 Line
  • chart: This can come in so many flavors...

Special

  • image
  • text
  • ticks
  • group
  • transform

Unknown

  • polar
  • legend