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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> ScalarDeltaSphericalElementParameters
- 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