Searched refs:aequal (Results 1 – 4 of 4) sorted by relevance
138 boolean aequal(S2Point that, double margin) { in aequal() method in S2Point
429 return (axis.aequal(other.axis, maxError) && Math.abs(height - other.height) <= maxError) in approxEquals()
413 assertTrue(expectedClosestPoint.aequal(S2EdgeUtil.getClosestPoint(x, a, b), kMargin)); in testGetClosestPoint()
185 assertTrue(children[i].getCenter().aequal(childId.toPoint(), 1e-15)); in testSubdivide()