|
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].
|
inline |
Default constructor.
Definition at line 70 of file Types.h.
References stepLength, t0, and t1.
| double Interval::t0 |
The start of the interval (inclusive).
Definition at line 77 of file Types.h.
Referenced by Interval().
| double Interval::t1 |
The end of the interval (inclusive).
Definition at line 79 of file Types.h.
Referenced by Interval().
| double Interval::stepLength |
The world space step length that is reasonable to use for the given interval.
Definition at line 82 of file Types.h.
Referenced by Interval().