Orthogonal axis affinity: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 19: Line 19:
var Ps = board.create('intersection', [gs, g, 0], {name: "P'", trace: true, color: 'blue'});
var Ps = board.create('intersection', [gs, g, 0], {name: "P'", trace: true, color: 'blue'});


var pol = board.create('polygon', [O, X, P, Ps, B], {fillColor: 'yellow'});
</jsxgraph>
</jsxgraph>



Revision as of 19:05, 27 June 2021

The underlying JavaScript code