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

Method arc

StdLib/StdDraw.java:477–487  ·  view source on GitHub ↗

Draw an arc of radius r, centered on (x, y), from angle1 to angle2 (in degrees). @param x the x-coordinate of the center of the circle @param y the y-coordinate of the center of the circle @param r the radius of the circle @param angle1 the starting angle. 0 would mean an arc beginning at 3 o'clock.

(double x, double y, double r, double angle1, double angle2)

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