Trace curve: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 14: Line 14:
var s2 = brd.create('line', [B, M2]);
var s2 = brd.create('line', [B, M2]);


var s = brd.create('intersection', [s1, s2]);
var s = brd.create('intersection', [s1, s2, 0]);


</jsxgraph>
</jsxgraph>


[[Category:Examples]]
[[Category:Examples]]

Revision as of 11:53, 22 June 2012