Searched refs:MAX_EDGE (Results 1 – 4 of 4) sorted by relevance
236 new MetricBundle(S2Projections.MIN_EDGE, S2Projections.MAX_EDGE, S2Projections.AVG_EDGE);253 < S2Projections.MAX_EDGE.deriv() / S2Projections.MIN_EDGE.deriv());266 < S2Projections.MAX_WIDTH.deriv() * S2Projections.MAX_EDGE.deriv() + 1e-15);
188 double maxDist = S2Projections.MAX_EDGE.getValue(MAX_WALK_LEVEL); in testContinuity()
404 s.avgEdge, S2Projections.MIN_EDGE, S2Projections.MAX_EDGE, in testSubdivide()
172 public static final Metric MAX_EDGE = new Metric(1, MAX_ANGLE_SPAN.deriv()); field in S2Projections