DynamicModifiedKeplerianElements Constructor (Point, Double, 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 DynamicModifiedKeplerianElements(
	Point location,
	double gravitationalParameter,
	ReferenceFrame frame
)
Public Sub New ( 
	location As Point,
	gravitationalParameter As Double,
	frame As ReferenceFrame
)
public:
DynamicModifiedKeplerianElements(
	Point^ location, 
	double gravitationalParameter, 
	ReferenceFrame^ frame
)
new : 
        location : Point * 
        gravitationalParameter : float * 
        frame : ReferenceFrame -> DynamicModifiedKeplerianElementsParameters
- location
 - Type: AGI.Foundation.GeometryPoint
The Point to use to compute the elements from. - gravitationalParameter
 - Type: SystemDouble
The gravitational parameter to use when creating the elements. - frame
 - Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to observe the location in when
            evaluating the elements. 
See Also