Field3D
|
Represents a single integration interval. The interval is assumed to be inclusive, i.e. [t0,t1]. More...
#include <Types.h>
Public Member Functions | |
Interval (double start, double end, double step) | |
Default constructor. | |
Public Attributes | |
double | stepLength |
The world space step length that is reasonable to use for the given interval. | |
double | t0 |
The start of the interval (inclusive) | |
double | t1 |
The end of the interval (inclusive) | |
Represents a single integration interval. The interval is assumed to be inclusive, i.e. [t0,t1].
Default constructor.
Definition at line 70 of file Types.h.
double Interval::stepLength |