OffAxisTorque Class |
Namespace: AGI.Foundation.Celestial
The OffAxisTorque type exposes the following members.
Name | Description | |
---|---|---|
OffAxisTorque(Vector, Cartesian, Axes) |
Initializes a model of the torque generated by a thruster that is not aligned with the center of mass of a vehicle.
| |
OffAxisTorque(Scalar, UnitCartesian, Cartesian, Axes) |
Initializes a model of the torque generated by a thruster that is not aligned with the center of mass of a vehicle.
|
Name | Description | |
---|---|---|
BodyAxes |
Gets or sets the body axes of the thrusting vehicle. These should be the
IntegrationAxes
of the PropagationEulerianAxes associated with the thrusting vehicle.
| |
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.) | |
Offset |
Gets or sets the body-fixed position of the thruster with respect to the center of mass of the vehicle.
| |
ThrustVector |
Gets or sets the thrust vector.
| |
TorqueVector |
Gets the Vector representation of this torque.
(Inherited from TorqueModel.) |
Name | Description | |
---|---|---|
BuildTorqueEvaluator |
Build lists of torques based on this model in order to create
an overall resultant torque.
(Overrides TorqueModelBuildTorqueEvaluator(ResultantTorqueBuilder, EvaluatorGroup).) | |
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 TorqueModelEnumerateDependencies(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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetTorqueEvaluator |
Gets an instance of an evaluator that can compute the torque.
(Inherited from TorqueModel.) | |
GetTorqueEvaluator(EvaluatorGroup) |
Gets an instance of an evaluator that can compute the torque.
(Overrides TorqueModelGetTorqueEvaluator(EvaluatorGroup).) | |
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.) |