ReactionWheelTorque.SpinAxis Property |
Gets or sets the body-fixed spin axis of the reaction wheel.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic UnitCartesian SpinAxis { get; set; }
Public Property SpinAxis As UnitCartesian
Get
Set
public:
property UnitCartesian SpinAxis {
UnitCartesian get ();
void set (UnitCartesian value);
}
member SpinAxis : UnitCartesian with get, set
Property Value
Type:
UnitCartesian
See Also