MCPcopy Index your code
hub / github.com/aistrate/AlgorithmsSedgewick / lines

Method lines

StdLib/StdDraw3D.java:2563–2574  ·  view source on GitHub ↗

Draws a set of connected lines. For example, the first line is from (x[0], y[0], z[0]) to (x[1], y[1], z[1]), and the second line is from (x[1], y[1], z[1]) to (x[2], y[2], z[2]). Much more efficient than drawing individual lines.

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

wireCubeMethod · 0.95
lineMethod · 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