Class VehicleConstants
Define mechanical quantities concerning a standard
Vehicle
.
Inheritance
System.Object
VehicleConstants
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.Common
Assembly: SOHDomain.dll
Syntax
public static class VehicleConstants
Fields
| Improve this Doc View SourceIntersectionSpeed
Define mechanical quantities concerning a standard
Vehicle
.
Declaration
public const double IntersectionSpeed = 2.7
Field Value
Type | Description |
---|---|
System.Double |
RegularTurnSpeed
Define mechanical quantities concerning a standard
Vehicle
.
Declaration
public const double RegularTurnSpeed = 4.1
Field Value
Type | Description |
---|---|
System.Double |
SharpTurnSpeed
Define mechanical quantities concerning a standard
Vehicle
.
Declaration
public const double SharpTurnSpeed = 2.7
Field Value
Type | Description |
---|---|
System.Double |
UTurnSpeed
Define mechanical quantities concerning a standard
Vehicle
.
Declaration
public const double UTurnSpeed = 1.38
Field Value
Type | Description |
---|---|
System.Double |
WideTurnSpeed
Define mechanical quantities concerning a standard
Vehicle
.
Declaration
public const double WideTurnSpeed = 5.5
Field Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceTurningSpeedFor(RoadUser, DirectionType)
Define mechanical quantities concerning a standard
Vehicle
.
Declaration
public static double TurningSpeedFor(this RoadUser roadUser, DirectionType direction)
Parameters
Type | Name | Description |
---|---|---|
RoadUser | roadUser | |
DirectionType | direction |
Returns
Type | Description |
---|---|
System.Double |