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

Method box

core/src/processing/core/PGraphics.java:2968–2970  ·  view source on GitHub ↗

( begin auto-generated from box.xml ) A box is an extruded rectangle. A box with equal dimension on all sides is a cube. ( end auto-generated ) @webref shape:3d_primitives @param size dimension of the box in all dimensions (creates a cube) @see PGraphics#sphere(float)

(float size)

Source from the content-addressed store, hash-verified

2966 * @see PGraphics#sphere(float)
2967 */
2968 public void box(float size) {
2969 box(size, size, size);
2970 }
2971
2972
2973 /**

Callers

nothing calls this directly

Calls 4

beginShapeMethod · 0.95
normalMethod · 0.95
vertexMethod · 0.95
endShapeMethod · 0.95

Tested by

no test coverage detected