Desargues's theorem: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
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, - | var q1 = board.create('point', [-1.5, -3], {name:'', color: 'blue'}); | ||
var q2 = board.create('point', [-1.5, -1], {name:'', color: 'blue'}); | var q2 = board.create('point', [-1.5, -1], {name:'', color: 'blue'}); | ||