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

Method ellipse

StdLib/StdDraw.java:434–444  ·  view source on GitHub ↗

Draw an ellipse with given semimajor and semiminor axes, centered on (x, y). @param x the x-coordinate of the center of the ellipse @param y the y-coordinate of the center of the ellipse @param semiMajorAxis is the semimajor axis of the ellipse @param semiMinorAxis is the semiminor axis of the ellip

(double x, double y, double semiMajorAxis, double semiMinorAxis)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

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