(x1, y1, x2, y2)
| 90 | // Make the following calls to shapeCorners shorter |
| 91 | // by omitting p5, shape and mode parameters |
| 92 | function _shapeCorners(x1, y1, x2, y2) { |
| 93 | shapeCorners(p5, shape, p5[mode], x1, y1, x2, y2); |
| 94 | } |
| 95 | |
| 96 | // Quadrant I (Bottom Right) |
| 97 | // P1 P2 |
no test coverage detected