Difference between revisions of "Desargues's theorem"

From JSXGraph Wiki
Jump to navigationJump to search
Line 6: Line 6:
  
 
var q = board.create('point', [-4, -2], {name:'q'});
 
var q = board.create('point', [-4, -2], {name:'q'});
var q1 = board.create('point', [-1.5, -3], {name:'', color: 'blue'});
+
var q1 = board.create('point', [-1.5, -2.5], {name:'', color: 'blue'});
var q2 = board.create('point', [-1.5, -2.1], {name:'', color: 'blue'});
+
var q2 = board.create('point', [-1.5, -1], {name:'', color: 'blue'});
  
 
var l1 = board.create('line', [q, q1], {straightFirst: false});
 
var l1 = board.create('line', [q, q1], {straightFirst: false});

Revision as of 22:03, 2 May 2021

The underlying JavaScript code