Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TorqueModel.buildTorqueEvaluator(ResultantTorqueBuilder builder,
EvaluatorGroup group)
Build lists of torques based on this model in order to create
an overall resultant torque.
|
void |
ReactionWheelTorque.buildTorqueEvaluator(ResultantTorqueBuilder builder,
EvaluatorGroup group)
Build lists of torques based on this model in order to create
an overall resultant torque.
|
void |
OffAxisTorque.buildTorqueEvaluator(ResultantTorqueBuilder builder,
EvaluatorGroup group)
Build lists of torques based on this model in order to create
an overall resultant torque.
|
void |
MagneticCoilTorque.buildTorqueEvaluator(ResultantTorqueBuilder builder,
EvaluatorGroup group)
Build lists of torques based on this model in order to create
an overall resultant torque.
|
void |
GravityGradientTorque.buildTorqueEvaluator(ResultantTorqueBuilder builder,
EvaluatorGroup group)
Build lists of torques based on this model in order to create
an overall resultant torque.
|
void |
ConstantTorque.buildTorqueEvaluator(ResultantTorqueBuilder builder,
EvaluatorGroup group)
Build lists of torques based on this model in order to create
an overall resultant torque.
|