ResultantTorqueBuilder.AddTorque Method |
Adds a given torque to the
Torques.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Celestial.TorqueEvaluator
The torque to add.
See Also