Barycenter: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
var p2s = board.create('point', [1, 2], {name:"p_2'"}); | var p2s = board.create('point', [1, 2], {name:"p_2'"}); | ||
var l1 = board.create('line', [p0s, p1s], {straightLast: true, color: 'orange'}); | |||
var l1 = board.create('line', [p0s, p2s], {straightLast: true, color: 'orange'}); | |||
</jsxgraph> | </jsxgraph> |
Revision as of 19:38, 9 May 2021