OffAxisTorqueThrustVector Property |
Gets or sets the thrust vector.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Vector ThrustVector { get; set; }
Public Property ThrustVector As Vector
Get
Set
public:
property Vector^ ThrustVector {
Vector^ get ();
void set (Vector^ value);
}
member ThrustVector : Vector with get, set
Property Value
Type:
VectorSee Also