Uses of Record Class
org.orekit.orbits.FieldCircularParameters
Packages that use FieldCircularParameters
-
Uses of FieldCircularParameters in org.orekit.orbits
Methods in org.orekit.orbits that return FieldCircularParametersModifier and TypeMethodDescriptionFieldCircularOrbit.getCircularParameters()Method providing with the circular elements, using the cached type for the argument of latitude.FieldCircularParameters.withPositionAngleType(PositionAngleType angleType) Builds a new instance with the specified position angle type.Constructors in org.orekit.orbits with parameters of type FieldCircularParametersModifierConstructorDescriptionFieldCircularOrbit(FieldCircularParameters<T> parameters, Frame frame, FieldAbsoluteDate<T> date, T mu) Creates a new instance without derivatives and with cached position angle same as value inputted.