Class IntelligentDriverAccelerator
Inheritance
System.Object
IntelligentDriverAccelerator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHDomain.Steering.Acceleration
Assembly: SOHDomain.dll
Syntax
public class IntelligentDriverAccelerator : IVehicleAccelerator
Methods
| Improve this Doc View SourceCalculateSpeedChange(Double, Double, Double, Double)
Declaration
public double CalculateSpeedChange(double currentSpeed, double maxSpeed, double distanceToVehicleAhead, double speedVehicleAhead)
Parameters
Type | Name | Description |
---|---|---|
System.Double | currentSpeed | |
System.Double | maxSpeed | |
System.Double | distanceToVehicleAhead | |
System.Double | speedVehicleAhead |
Returns
Type | Description |
---|---|
System.Double |