Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
TorqueEvaluator |
TorqueModel.getTorqueEvaluator()
Gets an instance of an evaluator that can compute the torque.
|
TorqueEvaluator |
TorqueModel.getTorqueEvaluator(EvaluatorGroup group)
Gets an instance of an evaluator that can compute the torque.
|
TorqueEvaluator |
ReactionWheelTorque.getTorqueEvaluator(EvaluatorGroup group)
Gets an instance of an evaluator that can compute the torque.
|
TorqueEvaluator |
OffAxisTorque.getTorqueEvaluator(EvaluatorGroup group)
Gets an instance of an evaluator that can compute the torque.
|
TorqueEvaluator |
MagneticCoilTorque.getTorqueEvaluator(EvaluatorGroup group)
Gets an instance of an evaluator that can compute the torque.
|
TorqueEvaluator |
GravityGradientTorque.getTorqueEvaluator(EvaluatorGroup group)
Gets an instance of an evaluator that can compute the torque.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<TorqueEvaluator> |
ResultantTorqueBuilder.getTorques()
Gets a list of torques that form a resultant torque.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultantTorqueBuilder.addTorque(TorqueEvaluator torque)
Adds a given torque to the
Torques (get ). |