BallisticPropagator.CalculateTrajectoryInformation 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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