EdgeIntersection constructor

EdgeIntersection(
  1. Coordinate coord,
  2. int segmentIndex,
  3. double dist
)

Implementation

EdgeIntersection(Coordinate coord, this.segmentIndex, this.dist) {
  this.coord = new Coordinate.fromCoordinate(coord);
}