MCPcopy Index your code
hub / github.com/processing/processing / invert

Method invert

core/src/processing/core/PMatrix.java:201–201  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

199 * @return true if successful
200 */
201 public boolean invert();
202
203
204 /**

Callers 7

containsMethod · 0.95
applyMatrixImplMethod · 0.65
cameraMethod · 0.65
transformMethod · 0.65
begin2DMethod · 0.65
curveInitMethod · 0.65
invApplyMethod · 0.65

Implementers 2

PMatrix3Dcore/src/processing/core/PMatrix3D.jav
PMatrix2Dcore/src/processing/core/PMatrix2D.jav

Calls

no outgoing calls

Tested by

no test coverage detected