Lines Matching refs:S2Projections
272 S2Point center = S2Projections.getNorm(children[i].face()); in testSubdivide()
273 S2Point edge = S2Point.add(center, S2Projections.getUAxis(children[i].face())); in testSubdivide()
274 S2Point corner = S2Point.add(edge, S2Projections.getVAxis(children[i].face())); in testSubdivide()
398 s.maxArea, s.avgArea, S2Projections.MIN_AREA, S2Projections.MAX_AREA, in testSubdivide()
399 S2Projections.AVG_AREA); in testSubdivide()
401 s.avgWidth, S2Projections.MIN_WIDTH, S2Projections.MAX_WIDTH, in testSubdivide()
402 S2Projections.AVG_WIDTH); in testSubdivide()
404 s.avgEdge, S2Projections.MIN_EDGE, S2Projections.MAX_EDGE, in testSubdivide()
405 S2Projections.AVG_EDGE); in testSubdivide()
407 s.avgDiag, S2Projections.MIN_DIAG, S2Projections.MAX_DIAG, in testSubdivide()
408 S2Projections.AVG_DIAG); in testSubdivide()
410 s.maxAngleSpan, s.avgAngleSpan, S2Projections.MIN_ANGLE_SPAN, in testSubdivide()
411 S2Projections.MAX_ANGLE_SPAN, S2Projections.AVG_ANGLE_SPAN); in testSubdivide()
415 assertTrue(s.maxEdgeAspect <= S2Projections.MAX_EDGE_ASPECT + 1e-15 in testSubdivide()
417 assertTrue(s.maxDiagAspect <= S2Projections.MAX_DIAG_ASPECT + 1e-15 in testSubdivide()