Click or drag to resize

VectorBPlane Constructor (Point, CentralBody, Double, ReferenceFrame)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorBPlane(
	Point location,
	CentralBody centralBody,
	double gravitationalParameter,
	ReferenceFrame parentReferenceFrame
)

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