Searched defs:crossProd (Results 1 – 3 of 3) sorted by relevance
80 public double crossProd(final R2Vector that) { in crossProd() method in R2Vector
56 public static S2Point crossProd(final S2Point p1, final S2Point p2) { in crossProd() method in S2Point
799 S2Point crossProd = S2.robustCrossProd(a, b); in getClosestPoint() local