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