Uses of Class
com.google.common.geometry.R2Vector
-
Packages that use R2Vector Package Description com.google.common.geometry -
-
Uses of R2Vector in com.google.common.geometry
Methods in com.google.common.geometry that return R2Vector Modifier and Type Method Description static R2VectorR2Vector. add(R2Vector p1, R2Vector p2)static R2VectorS2Projections. faceXyzToUv(int face, S2Point p)static R2VectorR2Vector. mul(R2Vector p, double m)static R2VectorS2Projections. validFaceXyzToUv(int face, S2Point p)Methods in com.google.common.geometry with parameters of type R2Vector Modifier and Type Method Description static R2VectorR2Vector. add(R2Vector p1, R2Vector p2)doubleR2Vector. crossProd(R2Vector that)doubleR2Vector. dotProd(R2Vector that)static doubleR2Vector. dotProd(R2Vector p1, R2Vector p2)booleanR2Vector. lessThan(R2Vector vb)static R2VectorR2Vector. mul(R2Vector p, double m)static intS2. planarCCW(R2Vector a, R2Vector b)static intS2. planarOrderedCCW(R2Vector a, R2Vector b, R2Vector c)
-