Uses of Class
com.google.common.geometry.S2ContainsPointQuery.S2VertexModel
-
-
Uses of S2ContainsPointQuery.S2VertexModel in com.google.common.geometry
Fields in com.google.common.geometry declared as S2ContainsPointQuery.S2VertexModel Modifier and Type Field Description private S2ContainsPointQuery.S2VertexModelS2ShapeIndexRegion. modelThe vertex model for contains(S2Point) tests.private S2ContainsPointQuery.S2VertexModelS2ContainsPointQuery.Options. vertexModelMethods in com.google.common.geometry that return S2ContainsPointQuery.S2VertexModel Modifier and Type Method Description static S2ContainsPointQuery.S2VertexModelS2ContainsPointQuery.S2VertexModel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static S2ContainsPointQuery.S2VertexModel[]S2ContainsPointQuery.S2VertexModel. values()Returns an array containing the constants of this enum type, in the order they are declared.S2ContainsPointQuery.S2VertexModelS2ContainsPointQuery.Options. vertexModel()Returns the vertex model in this options.Constructors in com.google.common.geometry with parameters of type S2ContainsPointQuery.S2VertexModel Constructor Description Options(S2ContainsPointQuery.S2VertexModel vertexModel)S2ShapeIndexRegion(S2ShapeIndex index, S2ContainsPointQuery.S2VertexModel model)Creates a new region with the given index, and a givenS2ContainsPointQuery.S2VertexModel.
-