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

Method triangles

StdLib/StdDraw3D.java:2696–2698  ·  view source on GitHub ↗

Draws triangles which are defined by x1=points[i][0], y1=points[i][1], z1=points[i][2], x2=points[i][3], etc. All of the points will be the width and color specified by the setPenColor and setPenWidth methods. @param points an array of the points to be connected. The first dimension is unspecified,

(double[][] points)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

wireTrianglesMethod · 0.95
drawPLYMethod · 0.95

Calls 5

createVector3fMethod · 0.95
createShape3DMethod · 0.95
shapeMethod · 0.95
wireShapeMethod · 0.95
setColorMethod · 0.45

Tested by

no test coverage detected