VectorBPlane Constructor (Point, CentralBody, Double, ReferenceFrame) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic VectorBPlane(
	Point location,
	CentralBody centralBody,
	double gravitationalParameter,
	ReferenceFrame parentReferenceFrame
)
Public Sub New ( 
	location As Point,
	centralBody As CentralBody,
	gravitationalParameter As Double,
	parentReferenceFrame As ReferenceFrame
)
public:
VectorBPlane(
	Point^ location, 
	CentralBody^ centralBody, 
	double gravitationalParameter, 
	ReferenceFrame^ parentReferenceFrame
)
new : 
        location : Point * 
        centralBody : CentralBody * 
        gravitationalParameter : float * 
        parentReferenceFrame : ReferenceFrame -> VectorBPlaneParameters
- 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