()
| 646 | |
| 647 | |
| 648 | protected void beginContourImpl() { |
| 649 | if (vertexCodes == null) { |
| 650 | vertexCodes = new int[10]; |
| 651 | } else if (vertexCodes.length == vertexCodeCount) { |
| 652 | vertexCodes = PApplet.expand(vertexCodes); |
| 653 | } |
| 654 | vertexCodes[vertexCodeCount++] = BREAK; |
| 655 | } |
| 656 | |
| 657 | |
| 658 | /** |