Difference between revisions of "Orthogonal axis affinity"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 7: | Line 7: | ||
var k0 = board.create('circle', [[0,0], 4], {fixed: true, strokeWidth: 0.8}); | var k0 = board.create('circle', [[0,0], 4], {fixed: true, strokeWidth: 0.8}); | ||
− | + | var B = board.create('glider, [2.8, 3, k0], {name: 'B'}); | |
</jsxgraph> | </jsxgraph> | ||