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

Method area2

code/algs4/Point2D.java:134–136  ·  view source on GitHub ↗

Returns twice the signed area of the triangle a-b-c. @param a first point @param b second point @param c third point @return twice the signed area of the triangle a-b-c

(Point2D a, Point2D b, Point2D c)

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