Click or drag to resize

ThirdBodyGravityThirdBodyInfo Class

A combination of the position and gravitational parameter for a perturbing gravitational body.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.CelestialThirdBodyGravityThirdBodyInfo

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class ThirdBodyInfo : IEquatable<ThirdBodyGravityThirdBodyInfo>

The ThirdBodyGravityThirdBodyInfo type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGravitationalParameter
Gets the gravitational parameter of the perturbing gravitational body, in meters cubed per second squared.
Public propertyName
Gets the string identifying the name of the perturbing gravitational body.
Public propertyPosition
Gets the Point representing the position of the perturbing gravitational body.
Top
Methods
  NameDescription
Public methodEquals(Object)
Returns true if this object is equivalent to the given object.
(Overrides ObjectEquals(Object).)
Public methodEquals(ThirdBodyGravityThirdBodyInfo)
Indicates whether another instance of this type is exactly equal to this instance.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also