GravityGradientTorqueBodyCenterOfMass Property |
Gets or sets the center of mass point of the gravity-gradient satellite.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Point BodyCenterOfMass { get; set; }
Public Property BodyCenterOfMass As Point
Get
Set
public:
property Point^ BodyCenterOfMass {
Point^ get ();
void set (Point^ value);
}
member BodyCenterOfMass : Point with get, set
Property Value
Type:
PointSee Also