Searched defs:crossProduct (Results 1 – 3 of 3) sorted by relevance
60 public float crossProduct(Point a, Point b) { in crossProduct() method in Point86 float crossProduct = crossProduct(a, b); in getAngle() local
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() local