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

Method filledPolygon

StdLib/Draw.java:606–615  ·  view source on GitHub ↗

Draw a filled polygon with the given (x[i], y[i]) coordinates. @param x an array of all the x-coordindates of the polygon @param y an array of all the y-coordindates of the polygon

(double[] x, double[] y)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 3

scaleXMethod · 0.95
scaleYMethod · 0.95
drawMethod · 0.95

Tested by

no test coverage detected