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

Method mult

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

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)

Source from the content-addressed store, hash-verified

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 /**

Callers 11

containsMethod · 0.95
rawPolysMethod · 0.65
rawSortedPolysMethod · 0.65
rawLinesMethod · 0.65
rawPointsMethod · 0.65
rawPolysMethod · 0.65
rawLinesMethod · 0.65
rawPointsMethod · 0.65
setMagMethod · 0.65
curveVertexSegmentMethod · 0.65
curveVertexSegmentMethod · 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