ScalarKozaiIzsakMeanElement Constructor (Double, Point, KozaiIzsakMeanElement, ReferenceFrame, Double, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarKozaiIzsakMeanElement(
double gravitationalParameter,
Point location,
KozaiIzsakMeanElement element,
ReferenceFrame frame,
double j2UnnormalizedValue,
double referenceDistance
)
Public Sub New (
gravitationalParameter As Double,
location As Point,
element As KozaiIzsakMeanElement,
frame As ReferenceFrame,
j2UnnormalizedValue As Double,
referenceDistance As Double
)
public:
ScalarKozaiIzsakMeanElement(
double gravitationalParameter,
Point^ location,
KozaiIzsakMeanElement element,
ReferenceFrame^ frame,
double j2UnnormalizedValue,
double referenceDistance
)
new :
gravitationalParameter : float *
location : Point *
element : KozaiIzsakMeanElement *
frame : ReferenceFrame *
j2UnnormalizedValue : float *
referenceDistance : float -> ScalarKozaiIzsakMeanElement
Parameters
- 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.CoordinatesKozaiIzsakMeanElement
The specific KozaiIzsakMeanElement to compute. - frame
- Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to observe the location in. - 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