Uses of Class
com.google.common.geometry.S2EdgeUtil.WedgeRelation
-
-
Uses of S2EdgeUtil.WedgeRelation in com.google.common.geometry
Methods in com.google.common.geometry that return S2EdgeUtil.WedgeRelation Modifier and Type Method Description static S2EdgeUtil.WedgeRelation
S2EdgeUtil. getWedgeRelation(S2Point a0, S2Point ab1, S2Point a2, S2Point b0, S2Point b2)
Returns the relation from wedge A to B.static S2EdgeUtil.WedgeRelation
S2EdgeUtil.WedgeRelation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static S2EdgeUtil.WedgeRelation[]
S2EdgeUtil.WedgeRelation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-