fixup! feat: keep rolling speed envelopes open
This commit is contained in:
@@ -49,7 +49,6 @@ public sealed class PathSpeedLimit
|
|||||||
|
|
||||||
public double PathUpperBoundS { get { return PathS[PathS.Count - 1]; } }
|
public double PathUpperBoundS { get { return PathS[PathS.Count - 1]; } }
|
||||||
|
|
||||||
[Obsolete("Use PathUpperBoundS.")]
|
|
||||||
public double TerminalPathS { get { return PathUpperBoundS; } }
|
public double TerminalPathS { get { return PathUpperBoundS; } }
|
||||||
|
|
||||||
public double MaximumSpeedAt(double pathS)
|
public double MaximumSpeedAt(double pathS)
|
||||||
|
|||||||
Reference in New Issue
Block a user