PropagationNewtonianPointInitialVelocity Property |
Gets or sets the initial velocity.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.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