Package com.google.common.geometry
Class S2EdgeUtil.FaceSegment
java.lang.Object
com.google.common.geometry.S2EdgeUtil.FaceSegment
- Enclosing class:
S2EdgeUtil
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static S2EdgeUtil.FaceSegment[]
allFaces()
Returns an array of newly created FaceSegments.
-
Field Details
-
face
int face -
a
-
b
-
-
Constructor Details
-
FaceSegment
FaceSegment()
-
-
Method Details
-
allFaces
Returns an array of newly created FaceSegments.
-