ResultantTorqueBuilderAddTorque Method |
Adds a given torque to the
Torques.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddTorque(
TorqueEvaluator torque
)
Public Sub AddTorque (
torque As TorqueEvaluator
)
public:
void AddTorque(
TorqueEvaluator^ torque
)
member AddTorque :
torque : TorqueEvaluator -> unit
Parameters
- torque
- Type: AGI.Foundation.CelestialTorqueEvaluator
The torque to add.
See Also