Difference between revisions of "Mutually dependent line and gliders"
From JSXGraph Wiki
Jump to navigationJump to searchA WASSERMANN (talk | contribs) |
A WASSERMANN (talk | contribs) |
||
Line 22: | Line 22: | ||
gl2.on('drag', function() { | gl2.on('drag', function() { | ||
offset = gl2.Y() - gl1.Y(); | offset = gl2.Y() - gl1.Y(); | ||
− | var v = JXG.Math | + | var v = JXG.Math.crossProduct(gl1.coords.usrCoords,gl2.coords.usrCoords); |
}); | }); | ||
</jsxgraph> | </jsxgraph> |