Multiply source by this matrix, and return the result. The result will be stored in target if target is non-null, and target will then be the matrix returned. This improves performance if you reuse target, so it's recommended if you call this many times in draw().
(PVector source, PVector target)
| 169 | * target, so it's recommended if you call this many times in draw(). |
| 170 | */ |
| 171 | public PVector mult(PVector source, PVector target); |
| 172 | |
| 173 | |
| 174 | /** |
no outgoing calls
no test coverage detected