Home
last modified time | relevance | path

Searched refs:aequal (Results 1 – 4 of 4) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Point.java138 boolean aequal(S2Point that, double margin) { in aequal() method in S2Point
DS2Cap.java429 return (axis.aequal(other.axis, maxError) && Math.abs(height - other.height) <= maxError) in approxEquals()
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2EdgeUtilTest.java413 assertTrue(expectedClosestPoint.aequal(S2EdgeUtil.getClosestPoint(x, a, b), kMargin)); in testGetClosestPoint()
DS2CellTest.java185 assertTrue(children[i].getCenter().aequal(childId.toPoint(), 1e-15)); in testSubdivide()