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.2.419.0 (24.2.419.0)
Syntax public ScalarDeltaSphericalElement(
Point satellitePoint,
CentralBody primaryCentralBody,
CentralBody otherCentralBody,
SphericalElement element
)
Public Sub New (
satellitePoint As Point,
primaryCentralBody As CentralBody,
otherCentralBody As CentralBody,
element As SphericalElement
)
public:
ScalarDeltaSphericalElement(
Point^ satellitePoint,
CentralBody^ primaryCentralBody,
CentralBody^ otherCentralBody,
SphericalElement element
)
new :
satellitePoint : Point *
primaryCentralBody : CentralBody *
otherCentralBody : CentralBody *
element : SphericalElement -> ScalarDeltaSphericalElement
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