Class VehicleConstants
Define mechanical quantities concerning a standard
Vehicle
.
Inheritance
System.Object
VehicleConstants
Assembly: SOHDomain.dll
Syntax
public static class VehicleConstants : object
Fields
IntersectionSpeed
Declaration
public const double IntersectionSpeed = null
Field Value
Type |
Description |
System.Double |
|
RegularTurnSpeed
Declaration
public const double RegularTurnSpeed = null
Field Value
Type |
Description |
System.Double |
|
SharpTurnSpeed
Declaration
public const double SharpTurnSpeed = null
Field Value
Type |
Description |
System.Double |
|
UTurnSpeed
Declaration
public const double UTurnSpeed = null
Field Value
Type |
Description |
System.Double |
|
WideTurnSpeed
Declaration
public const double WideTurnSpeed = null
Field Value
Type |
Description |
System.Double |
|
Methods
TurningSpeedFor(RoadUser, DirectionType)
Declaration
public static double TurningSpeedFor(this RoadUser roadUser, DirectionType direction)
Parameters
Type |
Name |
Description |
RoadUser |
roadUser |
|
DirectionType |
direction |
|
Returns
Type |
Description |
System.Double |
|