Uses of Record Class
org.orekit.orbits.CircularParameters
Packages that use CircularParameters
-
Uses of CircularParameters in org.orekit.orbits
Methods in org.orekit.orbits that return CircularParametersModifier and TypeMethodDescriptionCircularOrbit.getCircularParameters()Method providing with the circular elements, using the cached type for the argument of latitude.FieldCircularParameters.toCircularElements()Convert Field elements to non-Field ones.CircularParameters.withPositionAngleType(PositionAngleType angleType) Builds a new instance with the specified position angle type.Constructors in org.orekit.orbits with parameters of type CircularParametersModifierConstructorDescriptionCircularOrbit(CircularParameters parameters, Frame frame, AbsoluteDate date, double mu) Creates a new instance without derivatives and with cached position angle same as value inputted.FieldCircularParameters(Field<T> field, CircularParameters elements) Constructor from non-Field.