BallisticPropagatorCalculateTrajectoryInformation Method |
Creates an object that contains many metrics which describe the trajectory defined by this object. This object
must be fully configured before this method is called.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public BallisticTrajectoryInformation CalculateTrajectoryInformation()
Public Function CalculateTrajectoryInformation As BallisticTrajectoryInformation
public:
BallisticTrajectoryInformation^ CalculateTrajectoryInformation()
member CalculateTrajectoryInformation : unit -> BallisticTrajectoryInformation
Return Value
Type:
BallisticTrajectoryInformationAn object with general information about the trajectory.
See Also