FacetSequence.fromSequence constructor

FacetSequence.fromSequence(
  1. CoordinateSequence pts,
  2. int? start,
  3. int? end
)

Creates a new sequence of facets based on a {@link CoordinateSequence}.

@param pts the sequence containing the facet points @param start the index of the start point @param end the index of the end point + 1

Implementation

FacetSequence.fromSequence(this.pts, this.start, this.end);