Searched refs:crossProduct (Results 1 – 2 of 2) 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
1265 float crossProduct = MathUtils.cross(unitVectors[0], unitVectors[1], in getMatrixScale() local1271 matrixScale = MathUtils.abs(crossProduct) / maxScale; in getMatrixScale()