Click or drag to resize

AxesBPlane Constructor (Point, CentralBody, Double)

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 AxesBPlane(
	Point location,
	CentralBody centralBody,
	double gravitationalParameter
)

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