Matrix multiplication II: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
+ b1.round( | + b1.round( | ||
JXG.Math.Geometry.distance([0,0],[v2.X(),v2.Y()])/ | JXG.Math.Geometry.distance([0,0],[v2.X(),v2.Y()])/ | ||
JXG.Math.Geometry.distance([0,0],[v.X(),v.Y()]) | JXG.Math.Geometry.distance([0,0],[v.X(),v.Y()]), 3 | ||
);}]); | );}]); | ||
b1.unsuspendUpdate(); | b1.unsuspendUpdate(); |