Searched refs:thatPoint (Results 1 – 2 of 2) sorted by relevance
102 R2Vector thatPoint = (R2Vector) that; in equals() local103 return this.x == thatPoint.x && this.y == thatPoint.y; in equals()
148 S2Point thatPoint = (S2Point) that; in equals() local149 return this.x == thatPoint.x && this.y == thatPoint.y && this.z == thatPoint.z; in equals()