/** Return the normalized direction vector corresponding to the center of the given cell. */
 public S2Point toPoint() {
   return S2Point.normalize(toPointRaw());
 }