Barycenter: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 20: Line 20:


var par1 = board.create('parallel', [l1, q], {strokeWidth: 1, dash: 1});
var par1 = board.create('parallel', [l1, q], {strokeWidth: 1, dash: 1});
var par2 = board.create('parallel', [l2, q], {strokeWidth: 1, dash: 1});


</jsxgraph>
</jsxgraph>

Revision as of 19:48, 9 May 2021


The underlying JavaScript code