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

Method line

code/algs4/Draw.java:563–566  ·  view source on GitHub ↗

Draws a line from (x0, y0) to (x1, y1). @param x0 the x-coordinate of the starting point @param y0 the y-coordinate of the starting point @param x1 the x-coordinate of the destination point @param y1 the y-coordinate of the destination point

(double x0, double y0, double x1, double y1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

drawMethod · 0.95
scaleXMethod · 0.95
scaleYMethod · 0.95

Tested by

no test coverage detected