Searched refs:crossProduct (Results 1 – 1 of 1) sorted by relevance
222 int ccw = sign(crossProduct(b.subtract(a), p.subtract(a))); in contains()273 private static double crossProduct(Point a, Point b) { in crossProduct() method in CbGeoUtils.Polygon