Difference between revisions of "Desargues's theorem"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) (Created page with "<jsxgraph width="500" height="500"> JXG.Options.label.autoPosition = true; JXG.Options.text.fontSize = 24; var board = JXG.JSXGraph.initBoard("jxgbox", {boundingbox: [-5,5,5,...") |
A WASSERMANN (talk | contribs) |
||
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, -1.5], {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'}); | ||