Click or drag to resize

ScalarModifiedKeplerianElement Constructor (Double, Point, KeplerianElement, ReferenceFrame)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarModifiedKeplerianElement(
	double gravitationalParameter,
	Point location,
	KeplerianElement element,
	ReferenceFrame frame
)

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.CoordinatesKeplerianElement
The specific KeplerianElement to compute.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to observe the location in.
See Also