Pappus's hexagon theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 23: Line 23:
var par1 = board.create('parallel', [s3, p3], {visible: false});
var par1 = board.create('parallel', [s3, p3], {visible: false});
var p1s = board.create('intersection', [par1, l2], {name:"p_1'"});
var p1s = board.create('intersection', [par1, l2], {name:"p_1'"});
//var s1 = board.create('segment', [p3, p1s], {color: 'black'});
var s1 = board.create('segment', [p3, p1s], {color: 'black'});


</jsxgraph>
</jsxgraph>

Revision as of 19:52, 2 May 2021


The underlying JavaScript code