LinearLocation.fromSegmentIndexFraction constructor

LinearLocation.fromSegmentIndexFraction(
  1. int segmentIndex,
  2. double segmentFraction
)

Implementation

LinearLocation.fromSegmentIndexFraction(
    int segmentIndex, double segmentFraction)
    : this.fromComponentSegmentIndexFraction(
          0, segmentIndex, segmentFraction);