ScalarEquinoctialElement Constructor (Double, Point, EquinoctialElement, ReferenceFrame) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarEquinoctialElement(
	double gravitationalParameter,
	Point location,
	EquinoctialElement element,
	ReferenceFrame frame
)
Public Sub New ( 
	gravitationalParameter As Double,
	location As Point,
	element As EquinoctialElement,
	frame As ReferenceFrame
)
public:
ScalarEquinoctialElement(
	double gravitationalParameter, 
	Point^ location, 
	EquinoctialElement element, 
	ReferenceFrame^ frame
)
new : 
        gravitationalParameter : float * 
        location : Point * 
        element : EquinoctialElement * 
        frame : ReferenceFrame -> ScalarEquinoctialElementParameters
- gravitationalParameter
 - Type: SystemDouble
The gravitational parameter. - location
 - Type: AGI.Foundation.GeometryPoint
The Point whose position and velocity will be used to compute the element. - element
 - Type: AGI.Foundation.CoordinatesEquinoctialElement
The specific EquinoctialElement to compute. - frame
 - Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to observe the location in. 
See Also