-
Notifications
You must be signed in to change notification settings - Fork 3
"angle1"
mkraska edited this page Aug 13, 2022
·
2 revisions
[ "angle", "name", [xc, yc], [xs,ys], radius, angle ]
angular dimension consisting of two radial lines, arc with a single arrow and label.
-
"name"
label text, typeset in MathJax math mode -
[xc, yc]
center point -
[xs,ys]
end point of radial baseline -
radius
radius of the arc -
angle
angle in °, counterclockwise from base line.
See also "angle" and "angle2" for versions with no or two arrows.
[
[ "grid", "x","y", -5,5,-4,5, 50, [10,10], [0,0] ],
["angle1", "\\alpha", [2,-2],[3,-2],0.6,45],
["point", "C", [2,-2]],
["point", "S", [3,-2]],
["dim", "r", [2,-2],[2.6,-2],-0.6 ]
]
In order to try code snippets in jsfiddle,
- copy the code from the wiki page to the clipboard
- follow the link for the JSXGraph version you want to try
- Replace the code in the HTML section (contents of
<p hidden id="init">
) with the content of the clipboard