Invert this matrix. Will not necessarily succeed, because some matrices map more than one point to the same image point, and so are irreversible. @return true if successful
()
| 199 | * @return true if successful |
| 200 | */ |
| 201 | public boolean invert(); |
| 202 | |
| 203 | |
| 204 | /** |
no outgoing calls
no test coverage detected