Sets the style for rendering line endings. These ends are either squared, extended, or rounded, each of which specified with the corresponding parameters: SQUARE, PROJECT, and ROUND. The default cap is ROUND. To make point() appear square, use strokeCap(PROJECT) . Using <b
(int cap)
| 6487 | * @see PApplet#size(int, int, String, String) |
| 6488 | */ |
| 6489 | public void strokeCap(int cap) { |
| 6490 | strokeCap = cap; |
| 6491 | } |
| 6492 | |
| 6493 | |
| 6494 |
no outgoing calls
no test coverage detected