Home
last modified time | relevance | path

Searched refs:thatPoint (Results 1 – 2 of 2) sorted by relevance

/external/s2-geometry-library-java/src/com/google/common/geometry/
DR2Vector.java102 R2Vector thatPoint = (R2Vector) that; in equals() local
103 return this.x == thatPoint.x && this.y == thatPoint.y; in equals()
DS2Point.java148 S2Point thatPoint = (S2Point) that; in equals() local
149 return this.x == thatPoint.x && this.y == thatPoint.y && this.z == thatPoint.z; in equals()