DynamicKozaiIzsakMeanElements Constructor (Point, Double, ReferenceFrame, Double, Double) | 
 
            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 DynamicKozaiIzsakMeanElements(
	Point location,
	double gravitationalParameter,
	ReferenceFrame frame,
	double j2UnnormalizedValue,
	double referenceDistance
)
Public Sub New ( 
	location As Point,
	gravitationalParameter As Double,
	frame As ReferenceFrame,
	j2UnnormalizedValue As Double,
	referenceDistance As Double
)
public:
DynamicKozaiIzsakMeanElements(
	Point^ location, 
	double gravitationalParameter, 
	ReferenceFrame^ frame, 
	double j2UnnormalizedValue, 
	double referenceDistance
)
new : 
        location : Point * 
        gravitationalParameter : float * 
        frame : ReferenceFrame * 
        j2UnnormalizedValue : float * 
        referenceDistance : float -> DynamicKozaiIzsakMeanElementsParameters
- 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. - j2UnnormalizedValue
 - Type: SystemDouble
The non-normalized J2 zonal harmonic coefficient. - referenceDistance
 - Type: SystemDouble
The reference distance (equatorial radius) associated with the J2 coefficient. 
See Also