poliastro2.core.actions.propagate.enums¶
Classes
|
An enumeration. |
- class poliastro2.core.actions.propagate.enums.PropagatorKind(value)¶
An enumeration.
- ELLIPTIC = 1¶
- HYPERBOLIC = 4¶
- PARABOLIC = 2¶
- _generate_next_value_(start, count, last_values)¶
Generate the next value when not given.
name: the name of the member start: the initial start value or None count: the number of existing members last_value: the last value assigned or None