C-style struct to creating sequences for indexing.  
 More...
#include <seq.h>
|  | 
| double | begin | 
|  | Start position of the sequence. 
 | 
|  | 
| double | end | 
|  | End position of the sequence (inclusive) 
 | 
|  | 
| double | step | 
|  | Step size between sequence values. 
 | 
|  | 
C-style struct to creating sequences for indexing. 
Definition at line 20 of file seq.h.
◆ begin
Start position of the sequence. 
Definition at line 22 of file seq.h.
 
 
◆ end
End position of the sequence (inclusive) 
Definition at line 25 of file seq.h.
 
 
◆ step
Step size between sequence values. 
Definition at line 28 of file seq.h.
 
 
The documentation for this struct was generated from the following file: