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

Method line

StdLib/Draw.java:378–381  ·  view source on GitHub ↗

Draw 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