Intersection of functiongraphs: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 23: | Line 23: | ||
curve2.numberPoints += 2; | curve2.numberPoints += 2; | ||
var a = JXG.Math.Clip. | var a = JXG.Math.Clip.greinerHormann(curve1, curve2, 'intersection', this.board); | ||
this.dataX = a[0]; | this.dataX = a[0]; | ||
this.dataY = a[1]; | this.dataY = a[1]; |