Difference between revisions of "Trace curve"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 12: | Line 12: | ||
var M2 = brd.create('midpoint', [A, C], {withLabel:false}); | var M2 = brd.create('midpoint', [A, C], {withLabel:false}); | ||
var M3 = brd.create('midpoint', [B, C], {withLabel:false}); | var M3 = brd.create('midpoint', [B, C], {withLabel:false}); | ||
− | var s1 = brd.create('perpendicular', [ | + | var s1 = brd.create('perpendicular', [g, M1]); |
var s2 = brd.create('line', [B, M2]); | var s2 = brd.create('line', [B, M2]); | ||
var s3 = brd.create('line', [A, M3]); | var s3 = brd.create('line', [A, M3]); |