Orthogonal axis affinity: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 14: Line 14:
var g = board.create('parallel', [B, board.defaultAxes.x]);
var g = board.create('parallel', [B, board.defaultAxes.x]);


var P = board.create('intersection', [li, k1, 0], {name: 'P'});


</jsxgraph>
</jsxgraph>

Revision as of 18:59, 27 June 2021

The underlying JavaScript code