S2ContainsPointQueryOptions

This class defines the options supported by S2ContainsPointQuery.

Constructors

this
this()
Undocumented in source.
this
this(S2VertexModel vertex_model)

Convenience constructor that sets the vertex_model() option.

Members

Functions

setVertexModel
void setVertexModel(S2VertexModel model)
Undocumented in source. Be warned that the author may not have intended to support it.
vertexModel
S2VertexModel vertexModel()

Controls whether shapes are considered to contain their vertices (see definitions above). By default the SEMI_OPEN model is used.

Meta