Covariance6By6TwoBodyBlender Class |
Namespace: AGI.Foundation.NumericalMethods
The Covariance6By6TwoBodyBlender type exposes the following members.
Name | Description | |
---|---|---|
CovarianceAxes |
Gets or sets the native axes of the CovarianceData.
| |
CovarianceData |
Gets or sets the covariance data that is used for blending.
| |
DateTolerance |
Gets or sets the tolerance in seconds that is used to ensure that the dates in OrbitStates
and CovarianceData are close enough to being equal. By default, this value is
Epsilon6.
| |
GravitationalParameter |
Gets or sets the gravitational parameter of the central body that the spacecraft is orbiting.
| |
InertialPropagationFrame |
Gets or sets the inertial propagation frame that is used to propagate the OrbitStates
and the CovarianceData.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
OrbitStates |
Gets or sets the position and velocity vectors of the spacecraft at the same times
as the CovarianceData.
| |
OrbitStatesFrame |
Gets or sets the native reference frame of the OrbitStates.
|
Name | Description | |
---|---|---|
Clone |
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).) | |
EnumerateDependencies |
Enumerates the dependencies of this object by calling
EnumerateT(T) for each object that this object directly depends upon.
Derived classes which contain additional dependencies MUST override this method, call the base
implementation, and enumerate dependencies introduced by the derived class.
(Overrides DefinitionalObjectEnumerateDependencies(DependencyEnumerator).) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Freeze |
Freezes this object. Further attempts to modify it will result
in an ObjectFrozenException.
(Inherited from DefinitionalObject.) | |
GetDefinitionHashCode |
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.) | |
GetEvaluator |
Gets an evaluator that blends the covariance information.
| |
GetEvaluator(EvaluatorGroup) |
Gets an evaluator that blends the covariance information.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsSameDefinition |
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TransformCovariance |
Transforms a 6x6 covariance matrix into new axes.
|
This should only be used in orbital regimes where two-body gravity is a reasonable first approximation.