Class BicycleConstants
Inheritance
System.Object
BicycleConstants
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()
Assembly: SOHBicycleModel.dll
Syntax
public static class BicycleConstants
Fields
|
Improve this Doc
View Source
Efficiency
Declaration
public static readonly double Efficiency
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
G
Declaration
public const double G = 9.81
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
IntersectionSpeed
Declaration
public static readonly double IntersectionSpeed
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
MaxAccelerationFactor
Declaration
public static readonly double MaxAccelerationFactor
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
MaxDeceleration
Declaration
public static readonly double MaxDeceleration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
MaxDecelFactor
Declaration
public static readonly double MaxDecelFactor
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
MeanDecel
Declaration
public static readonly double MeanDecel
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
RegularTurnSpeed
Declaration
public static readonly double RegularTurnSpeed
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
SharpTurnSpeed
Declaration
public static readonly double SharpTurnSpeed
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ShowingSpeed
Declaration
public static readonly double ShowingSpeed
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
UTurnSpeed
Declaration
public static readonly double UTurnSpeed
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
WideTurnSpeed
Declaration
public static readonly double WideTurnSpeed
Field Value
Type |
Description |
System.Double |
|