Uses of Class
com.google.common.geometry.S2Projections.UvTransform
-
-
Uses of S2Projections.UvTransform in com.google.common.geometry
Fields in com.google.common.geometry declared as S2Projections.UvTransform Modifier and Type Field Description private static S2Projections.UvTransform[]
S2Projections. UV_TRANSFORMS
The transforms to convert (x, y, z) coordinates to u and v coordinates on a specific face, indexed by face.Methods in com.google.common.geometry that return S2Projections.UvTransform Modifier and Type Method Description static S2Projections.UvTransform
S2Projections. faceToUvTransform(int face)
Returns theS2Projections.UvTransform
for the specified face.
-