Uses of Class
com.google.common.geometry.S2EdgeUtil.FaceSegment
-
Uses of S2EdgeUtil.FaceSegment in com.google.common.geometry
Methods in com.google.common.geometry that return S2EdgeUtil.FaceSegmentModifier and TypeMethodDescription(package private) static S2EdgeUtil.FaceSegment[]
S2EdgeUtil.FaceSegment.allFaces()
Returns an array of newly created FaceSegments.Methods in com.google.common.geometry with parameters of type S2EdgeUtil.FaceSegmentModifier and TypeMethodDescription(package private) static int
S2EdgeUtil.getFaceSegments
(S2Point a, S2Point b, S2EdgeUtil.FaceSegment[] segments) Subdivide the given edge AB at every point where it crosses the boundary between two S2 cube faces, returning the number of FaceSegments entries used (all entries must be prefilled).