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