Difference between revisions of "Barycenter"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
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 21:38, 9 May 2021