Circle with ticks: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
this.dataX.push( cx + 1.05 * r * Math.cos(i * alpha) ); | this.dataX.push( cx + 1.05 * r * Math.cos(i * alpha) ); | ||
this.dataY.push( cx + 1.05 * r * Math.sin(i * alpha) ); | this.dataY.push( cx + 1.05 * r * Math.sin(i * alpha) ); | ||
this.dataX.push( NaN ); | |||
this.dataY.push( NaN ); | |||
} | } | ||