Click or drag to resize

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)
Syntax
public void AddTorque(
	TorqueEvaluator torque
)

Parameters

torque
Type: AGI.Foundation.Celestial.TorqueEvaluator
The torque to add.
See Also