IARoutingLeg constructor

const IARoutingLeg(
  1. IARoutingPoint begin,
  2. IARoutingPoint end,
  3. double direction,
  4. double length,
  5. int edgeIndex,
)

Implementation

const IARoutingLeg(
  this.begin,
  this.end,
  this.direction,
  this.length,
  this.edgeIndex,
);