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

Method filledPolygon

code/algs4/StdDraw.java:1218–1232  ·  view source on GitHub ↗

Draws a polygon with the vertices ( x 0 , y 0 ), ( x 1 , y 1 ), ..., ( x n −1 , y n −1 ). @param x an array of all the x -coordinates of the polygon @param

(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