restrictedDistanceAtEnd property
Restricted distance at end (computed from restrictedDistanceM and ndBeginEndRatio).
Implementation
int get restrictedDistanceAtEnd {
if (hasRestrictedBeginEndDifferentiation) {
return (restrictedDistanceM * ndBeginEndRatio).round();
}
return 0;
}