MCPcopy Create free account
hub / github.com/bighuang624/Algorithms-notes / filledPolygon

Method filledPolygon

code/algs4/Draw.java:803–812  ·  view source on GitHub ↗

Draws 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