(PShape src, PShape dest)
| 1544 | |
| 1545 | // TODO unapproved |
| 1546 | static protected void copyMatrix(PShape src, PShape dest) { |
| 1547 | if (src.matrix != null) { |
| 1548 | dest.applyMatrix(src.matrix); |
| 1549 | } |
| 1550 | } |
| 1551 | |
| 1552 | |
| 1553 | // TODO unapproved |
no test coverage detected