Difference between revisions of "Pappus's hexagon theorem"

From JSXGraph Wiki
Jump to navigationJump to search
Line 22: Line 22:
  
 
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,0], {name:"p_1'"});
 
var s1 = board.create('segment', [p3, p1s], {color: 'black'});
 
var s1 = board.create('segment', [p3, p1s], {color: 'black'});
  

Revision as of 21:47, 2 May 2021


The underlying JavaScript code