IARoutingLeg constructor
const
IARoutingLeg(
- IARoutingPoint begin,
- IARoutingPoint end,
- double direction,
- double length,
- int edgeIndex,
Implementation
const IARoutingLeg(
this.begin,
this.end,
this.direction,
this.length,
this.edgeIndex,
);