Thales theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 9: Line 9:
var q1 = board.create('point', [0, -2], {name:'q_1'});
var q1 = board.create('point', [0, -2], {name:'q_1'});
var q2 = board.create('point', [-2, 2], {name:'q_2'});
var q2 = board.create('point', [-2, 2], {name:'q_2'});
var l1 = board.create('line', [p, q1], {straightFirst: false});
</jsxgraph>
</jsxgraph>



Revision as of 17:34, 2 May 2021


The underlying JavaScript code