Represents a single integration interval. The interval is assumed to be inclusive, i.e. [t0,t1].
More...
#include <Types.h>
|
| Interval (double start, double end, double step) |
| Default constructor. More...
|
|
|
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].
Definition at line 65 of file Types.h.
◆ Interval()
Interval::Interval |
( |
double |
start, |
|
|
double |
end, |
|
|
double |
step |
|
) |
| |
|
inline |
Default constructor.
Definition at line 70 of file Types.h.
◆ t0
The start of the interval (inclusive)
Definition at line 77 of file Types.h.
◆ t1
The end of the interval (inclusive)
Definition at line 79 of file Types.h.
◆ stepLength
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.
The documentation for this struct was generated from the following file: