Pappus's hexagon theorem: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 18: Line 18:
var p2s = board.create('glider', [1, 1, l2], {name:"p_2'"});
var p2s = board.create('glider', [1, 1, l2], {name:"p_2'"});


var s3 = board.create('line', [p1, p3s], {color: 'black', straightFirst: false, straightLast: false});
var s3 = board.create('segment', [p1, p3s], {color: 'black'});
var s2 = board.create('line', [p1, p2s], {color: 'black', straightFirst: false, straightLast: false});
var s2 = board.create('line', [p1, p2s], {color: 'black', straightFirst: false, straightLast: false});



Revision as of 19:50, 2 May 2021


The underlying JavaScript code