Difference between revisions of "Barycenter"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 12: | Line 12: | ||
var l2 = board.create('line', [p0s, p2s], {lastArrow: true, color: 'orange'}); | var l2 = board.create('line', [p0s, p2s], {lastArrow: true, color: 'orange'}); | ||
var v1 = board.create('arrow', [p0s, p1s], {color: 'black', strokeWidth: 1, layer: 8, lastArrow:{size: 10}}); | var v1 = board.create('arrow', [p0s, p1s], {color: 'black', strokeWidth: 1, layer: 8, lastArrow:{size: 10}}); | ||
− | var v2 = board.create('arrow', [p0s, p2s], {color: 'black', strokeWidth: 1, layer: 8}); | + | var v2 = board.create('arrow', [p0s, p2s], {color: 'black', strokeWidth: 1, layer: 8, lastArrow:{size: 10}}); |
Revision as of 21:43, 9 May 2021