Barycenter: Difference between revisions

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


var q = board.create('point', [3, 5], {name:"q"});
var q = board.create('point', [3, 5], {name:"q"});
var par1 = board.create('parallel', [l1, q], {strokeWidth: 1, dash: 1});


</jsxgraph>
</jsxgraph>

Revision as of 19:47, 9 May 2021


The underlying JavaScript code