Skip to content

"angle1"

mkraska edited this page Sep 10, 2021 · 2 revisions

[ "angle", "name", [xc, yc], [xs,ys], radius, angle ]

angular dimension consisting of two radial lines, arc and label.

[ "angle", ".", [xc, yc], [xs,ys], radius, (-)90 ]

symbol for right angle (dot inside arc)

[ "angle1", "name", [xc, yc], [xs,ys], radius, angle ]

version with single arrow

[ "angle2", "name", [xc, yc], [xs,ys], radius, angle ]

version with two arrows

  • "name" label text, typeset in MathJax math mode
  • [xc, yc] center point
  • [xs,ys] end point of radial baseline
  • angle angle in °, counterclockwise from base line.

Tryout Space

In order to try code snippets in jsfiddle,

  1. copy the code from the wiki page to the clipboard
  2. follow the link for the JSXGraph version you want to try
  3. Replace the code in the HTML section (contents of <p hidden id="init">) with the content of the clipboard
Clone this wiki locally