#include <streamlines.h>
Public Member Functions | |
SamplePoint () | |
Empty Constructor - initializes only the thickness to 0.0f. | |
SamplePoint (const vec2 &pos, const vec2 &dir, const float &thickness=1.0f) | |
Common Constructor. | |
Public Attributes | |
vec2 | pos |
Points position within the speified domain. | |
vec2 | dir |
Direction of the velocity vector at the current position (normalized). | |
float | thickness |
Thickness coeffizient for this point (depens nearest line). | |
float | rotation |
Rotation value in radians for a glyph at the current point (depens on direction). |
Definition at line 44 of file streamlines.h.
SamplePoint::SamplePoint | ( | ) | [inline] |
Empty Constructor - initializes only the thickness to 0.0f.
Definition at line 51 of file streamlines.h.
Direction of the velocity vector at the current position (normalized).
Definition at line 46 of file streamlines.h.
float SamplePoint::thickness |
Thickness coeffizient for this point (depens nearest line).
Definition at line 47 of file streamlines.h.
float SamplePoint::rotation |
Rotation value in radians for a glyph at the current point (depens on direction).
Definition at line 48 of file streamlines.h.
Referenced by SamplePoint().