locationOfWithResolver method

LinearLocation locationOfWithResolver(
  1. double index,
  2. bool resolveLower
)

Implementation

LinearLocation locationOfWithResolver(double index, bool resolveLower) {
  return LengthLocationMap.getLocationStaticWithResolver(
      linearGeom, index, resolveLower);
}