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

Method square

StdLib/StdDraw.java:496–505  ·  view source on GitHub ↗

Draw a square of side length 2r, centered on (x, y). @param x the x-coordinate of the center of the square @param y the y-coordinate of the center of the square @param r radius is half the length of any side of the square @throws RuntimeException if r is negative

(double x, double y, double r)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainMethod · 0.95

Calls 6

scaleXMethod · 0.95
scaleYMethod · 0.95
factorXMethod · 0.95
factorYMethod · 0.95
pixelMethod · 0.95
drawMethod · 0.95

Tested by

no test coverage detected