AxesBPlane Constructor (Point, CentralBody, Double, ReferenceFrame) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AxesBPlane(
Point location,
CentralBody centralBody,
double gravitationalParameter,
ReferenceFrame parentReferenceFrame
)
Public Sub New (
location As Point,
centralBody As CentralBody,
gravitationalParameter As Double,
parentReferenceFrame As ReferenceFrame
)
public:
AxesBPlane(
Point^ location,
CentralBody^ centralBody,
double gravitationalParameter,
ReferenceFrame^ parentReferenceFrame
)
new :
location : Point *
centralBody : CentralBody *
gravitationalParameter : float *
parentReferenceFrame : ReferenceFrame -> AxesBPlane
Parameters
- location
- Type: AGI.Foundation.GeometryPoint
The location of the satellite approaching the centralBody. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The CentralBody the location is relative to. - gravitationalParameter
- Type: SystemDouble
The gravitational parameter of centralBody. - parentReferenceFrame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the centralBody
should be computed in. If this is then the pole vector will be used to orient the B-plane.
See Also