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

Method reset

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

Make this an identity matrix. Multiplying by it will have no effect.

()

Source from the content-addressed store, hash-verified

40 * Make this an identity matrix. Multiplying by it will have no effect.
41 */
42 public void reset();
43
44 /**
45 * Returns a copy of this PMatrix.

Callers 14

resetMatrixMethod · 0.65
resetProjectionMethod · 0.65
resetMatrixMethod · 0.65
transformMethod · 0.65
begin2DMethod · 0.65
parsePolyMethod · 0.65
createReaderMethod · 0.65
resetMatrixMethod · 0.65
skipToMethod · 0.65
parseMethod · 0.65
iteratorMethod · 0.65
beginShapeMethod · 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