getStartIndex method

int getStartIndex()

Gets the index of the start of the monotone chain in the underlying array of points.

@return the start index of the chain

Implementation

int getStartIndex() {
  return start;
}