ProfileDynamics Class |
Namespace: AGI.Foundation.RouteDesign
The ProfileDynamics type exposes the following members.
Name | Description | |
---|---|---|
ProfileDynamics | Initializes a new instance. | |
ProfileDynamics(ProfileDynamics) | Initializes a new instance as a copy of an existing instance. | |
ProfileDynamics(Double, Double, Double, Double, Double, Double) |
Create a new instance based on the given properties.
|
Name | Description | |
---|---|---|
AscentSpeed |
Gets or sets the maximum vertical rate of ascent (positive), in meters per second.
| |
DescentSpeed |
Gets or sets the maximum vertical rate of descent (positive),
in meters per second.
| |
PitchUpAcceleration |
Gets or sets the upward acceleration used to begin an ascent maneuver perpendicular
to the direction of motion, in meters per second squared (positive).
| |
PushOverAcceleration |
Gets or sets the downward acceleration used to begin a descent maneuver perpendicular
to the direction of motion, in meters per second squared (positive).
| |
ThrustAcceleration |
Gets or sets the maximum achievable acceleration along the velocity vector (positive),
in meters per second squared.
| |
ThrustDeceleration |
Gets or sets the maximum achievable deceleration anti-parallel to the velocity vector (positive),
in meters per second squared.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |