FacetSequence.fromPoint constructor

FacetSequence.fromPoint(
  1. CoordinateSequence pts,
  2. int? start
)

Creates a new sequence for a single point from a {@link CoordinateSequence}.

@param pts the sequence containing the facet point @param start the index of the point

Implementation

FacetSequence.fromPoint(this.pts, this.start);