Home
last modified time | relevance | path

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

/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cell.java434 S2Cell thatCell = (S2Cell) that; in equals() local
435 return this.face == thatCell.face && this.level == thatCell.level in equals()
436 && this.orientation == thatCell.orientation && this.cellId.equals(thatCell.cellId); in equals()