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

Method scale

core/src/processing/core/PGraphics.java:5521–5523  ·  view source on GitHub ↗

( begin auto-generated from scale.xml ) Increases or decreases the size of a shape by expanding and contracting vertices. Objects always scale from their relative origin to the coordinate system. Scale values are specified as decimal percentages. For example, the function call scale(2.0) inc

(float s)

Source from the content-addressed store, hash-verified

5519 * @see PGraphics#rotateZ(float)
5520 */
5521 public void scale(float s) {
5522 showMissingWarning("scale");
5523 }
5524
5525
5526 /**

Callers 1

shapeMethod · 0.95

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected