Class S2EdgeUtil.FaceSegment

  • Enclosing class:
    S2EdgeUtil

    static final class S2EdgeUtil.FaceSegment
    extends java.lang.Object
    FaceSegment represents an edge AB clipped to an S2 cube face. It is represented by a face index and a pair of (u,v) coordinates.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) R2Vector a  
      (package private) R2Vector b  
      (package private) int face  
    • Constructor Summary

      Constructors 
      Constructor Description
      FaceSegment()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static S2EdgeUtil.FaceSegment[] allFaces()
      Returns an array of newly created FaceSegments.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait