Menelaus's theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 17: Line 17:
var s4 = board.create('line', [as, bs], {color: 'black'});
var s4 = board.create('line', [as, bs], {color: 'black'});


var cs = board.create('intersection', [s3, s4], {color: 'black', name: "c'"});
var cs = board.create('glider', [-3, 3.3, s3], {name: "c'"});


</jsxgraph>
</jsxgraph>

Revision as of 20:33, 2 May 2021

The underlying JavaScript code