Package com.google.common.geometry
Class S2EdgeUtil.FaceSegment
- java.lang.Object
-
- com.google.common.geometry.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.
-
-
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.
-
-
-
Method Detail
-
allFaces
static S2EdgeUtil.FaceSegment[] allFaces()
Returns an array of newly created FaceSegments.
-
-