MCPcopy Create free account
hub / github.com/aistrate/AlgorithmsSedgewick / points

Method points

StdLib/StdDraw3D.java:2516–2526  ·  view source on GitHub ↗

Draws a set of points at the given coordinates. For example, the first point is at (x[0], y[0], z[0]). Much more efficient than drawing individual points.

(double[] x, double[] y, double[] z)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

pointMethod · 0.95

Calls 5

constructPoint3fMethod · 0.95
createShape3DMethod · 0.95
shapeMethod · 0.95
customShapeMethod · 0.95
setColorMethod · 0.45

Tested by

no test coverage detected