Enum in Zendir.Universe
Description
Defines a set of integrators that can be used for integrating all states within the system.
Properties
Declared | Description |
---|---|
None = 0 | Defines no Integrator, which is used for the default values |
Euler = 1 | A Euler method of integrating about a curve |
RK4 = 2 | A Runge-Kutter 4-step integration method |