Click or drag to resize

ResultantTorqueBuilderAddTorque Method

Adds a given torque to the Torques.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddTorque(
	TorqueEvaluator torque
)

Parameters

torque
Type: AGI.Foundation.CelestialTorqueEvaluator
The torque to add.
See Also