Click or drag to resize

ScalarDeltaSphericalElement Constructor (Point, CentralBody, CentralBody, SphericalElement)

Initializes a new instance. The Frame will be set to the InertialFrame of the primaryCentralBody.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarDeltaSphericalElement(
	Point satellitePoint,
	CentralBody primaryCentralBody,
	CentralBody otherCentralBody,
	SphericalElement element
)

Parameters

satellitePoint
Type: AGI.Foundation.GeometryPoint
The primary Point to subtract the Spherical element of the CenterOfMassPoint of the otherCentralBody from.
primaryCentralBody
Type: AGI.Foundation.CelestialCentralBody
The common CentralBody between satellitePoint and otherCentralBody.
otherCentralBody
Type: AGI.Foundation.CelestialCentralBody
The other CentralBody to complete the angle between the satellitePoint and the primaryCentralBody.
element
Type: AGI.Foundation.CoordinatesSphericalElement
Which SphericalElement to compute the difference of.
See Also