Interface IWalkingRoadUser
TODO docu
Namespace: SOHMultimodalModel.Steering
Assembly: SOHMultimodalModel.dll
Syntax
public interface IWalkingRoadUser
Properties
| Improve this Doc View SourceBearing
TODO docu
Declaration
double Bearing { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Context
TODO docu
Declaration
ISimulationContext Context { get; }
Property Value
Type | Description |
---|---|
ISimulationContext |
PerceptionInMeter
TODO docu
Declaration
double PerceptionInMeter { get; }
Property Value
Type | Description |
---|---|
System.Double |
PreferredSpeed
TODO docu
Declaration
double PreferredSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
Velocity
TODO docu
Declaration
double Velocity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WalkingShoes
TODO docu
Declaration
WalkingShoes WalkingShoes { get; }
Property Value
Type | Description |
---|---|
WalkingShoes |