Uses of Class
com.google.common.geometry.S2Point.Builder
-
-
Uses of S2Point.Builder in com.google.common.geometry
Methods in com.google.common.geometry that return S2Point.Builder Modifier and Type Method Description S2Point.BuilderS2Point.Builder. add(S2Point point)Adds point.S2Point.BuilderS2Point. toBuilder()Returns a new Builder initialized to a copy of this point.
-