Lines Matching refs:normalize
46 a = S2Point.normalize(a); in assertCrossing()
47 b = S2Point.normalize(b); in assertCrossing()
48 c = S2Point.normalize(c); in assertCrossing()
49 d = S2Point.normalize(d); in assertCrossing()
157 S2Point p1 = S2Point.normalize(new S2Point(x1, y1, z1)); in getEdgeBound()
158 S2Point p2 = S2Point.normalize(new S2Point(x2, y2, z2)); in getEdgeBound()
189 return S2Point.normalize(new S2Point(x, y, z)); in S2NP()
268 a0 = S2Point.normalize(a0); in assertWedge()
269 ab1 = S2Point.normalize(ab1); in assertWedge()
270 a2 = S2Point.normalize(a2); in assertWedge()
271 b0 = S2Point.normalize(b0); in assertWedge()
272 b2 = S2Point.normalize(b2); in assertWedge()
421 x = S2Point.normalize(x); in checkDistance()
422 a = S2Point.normalize(a); in checkDistance()
423 b = S2Point.normalize(b); in checkDistance()
424 expectedClosest = S2Point.normalize(expectedClosest); in checkDistance()
507 S2Point a = S2Point.normalize( in testIntersectionTolerance()
509 S2Point b = S2Point.normalize( in testIntersectionTolerance()
511 S2Point c = S2Point.normalize( in testIntersectionTolerance()
513 S2Point d = S2Point.normalize( in testIntersectionTolerance()
523 assertTrue(S2.orderedCCW(a, x, b, S2Point.normalize(S2.robustCrossProd(a, b)))); in testIntersectionTolerance()
524 assertTrue(S2.orderedCCW(c, x, d, S2Point.normalize(S2.robustCrossProd(c, d)))); in testIntersectionTolerance()