45 #ifndef _INCLUDED_Field3D_Types_H_ 46 #define _INCLUDED_Field3D_Types_H_ 52 #ifdef FIELD3D_CUSTOM_MATH_LIB 53 # include FIELD3D_MATH_LIB_INCLUDE 69 Interval(
double start,
double end,
double step)
90 #endif // Include guard
Represents a single integration interval. The interval is assumed to be inclusive, i.e. [t0,t1].
double t0
The start of the interval (inclusive)
std::vector< Interval > IntervalVec
double stepLength
The world space step length that is reasonable to use for the given interval.
double t1
The end of the interval (inclusive)
Interval(double start, double end, double step)
Default constructor.