AircraftMotionElementInitialVelocity Property |
Gets or sets the initial velocity in the fixed frame.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian InitialVelocity { get; set; }
Public Property InitialVelocity As Cartesian
Get
Set
public:
property Cartesian InitialVelocity {
Cartesian get ();
void set (Cartesian value);
}
member InitialVelocity : Cartesian with get, set
Property Value
Type:
CartesianSee Also