Returns true if a→b→c is a counterclockwise turn. @param a first point @param b second point @param c third point @return { -1, 0, +1 } if a→b→c is a { clockwise, collinear; counterclocwise } turn.
(Point2D a, Point2D b, Point2D c)
source not stored for this graph (policy: none)