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

Method Point2D

code/algs4/Point2D.java:59–69  ·  view source on GitHub ↗

Initializes a new point (x, y). @param x the x-coordinate @param y the y-coordinate @throws IllegalArgumentException if either x or y is Double.NaN, Double.POSITIVE_INFINITY or Double.NEGATIVE_INFINITY

(double x, double y)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected