EndpointInfo constructor

EndpointInfo(
  1. Coordinate pt
)

Implementation

EndpointInfo(this.pt) {
  isClosed = false;
  degree = 0;
}