VectorBPlane Constructor (Point, CentralBody, Double) |
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 VectorBPlane(
Point location,
CentralBody centralBody,
double gravitationalParameter
)
Public Sub New (
location As Point,
centralBody As CentralBody,
gravitationalParameter As Double
)
public:
VectorBPlane(
Point^ location,
CentralBody^ centralBody,
double gravitationalParameter
)
new :
location : Point *
centralBody : CentralBody *
gravitationalParameter : float -> VectorBPlane
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.
See Also