Trace curve: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 6: Line 6:
var g = brd.create('line', [A,B], {visible:false});
var g = brd.create('line', [A,B], {visible:false});
var h = brd.create('parallel', [g, C0], {visible:true});
var h = brd.create('parallel', [g, C0], {visible:true});
var C = brd.create('glider', [[0, 1.5],h]);
var C = brd.create('glider', [[0, 1.5],h], {name:'C'});


</jsxgraph>
</jsxgraph>


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

Revision as of 10:47, 22 June 2012