Menelaus's theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 13: Line 13:
var s3 = board.create('line', [a, b], {color: 'black'});
var s3 = board.create('line', [a, b], {color: 'black'});


//var as = board.create('glider',  
var as = board.create('glider', [2, 2, s2], {name: "a'"})
var bs = board.create('glider', [-1, 1, s1], {name: "a'"})


</jsxgraph>
</jsxgraph>

Revision as of 20:29, 2 May 2021

The underlying JavaScript code