(lambda, phi)
| 12186 | } |
| 12187 | |
| 12188 | function ringPoint(lambda, phi) { |
| 12189 | linePoint(lambda00 = lambda, phi), x00 = x0, y00 = y0, a00 = a0, b00 = b0, c00 = c0; |
| 12190 | resampleStream.point = linePoint; |
| 12191 | } |
| 12192 | |
| 12193 | function ringEnd() { |
| 12194 | resampleLineTo(x0, y0, lambda0, a0, b0, c0, x00, y00, lambda00, a00, b00, c00, maxDepth, stream); |
nothing calls this directly
no test coverage detected