#include <streamlines.h>
Public Member Functions | |
vec2 () | |
Standard Constructor. | |
vec2 (float x, float y) | |
Constructor. | |
Public Attributes | |
float | x |
X Component of Vector or Coordinate. | |
float | y |
Y Component of Vector or Coordinate. |
Definition at line 11 of file streamlines.h.
vec2::vec2 | ( | ) | [inline] |
vec2::vec2 | ( | float | x, | |
float | y | |||
) | [inline] |
float vec2::x |
X Component of Vector or Coordinate.
Definition at line 12 of file streamlines.h.
Referenced by StreamlineGenerator::ComputeCellPosition(), dot(), StreamlineGenerator::IsOutsideBounds(), length(), VelocityFunctor::operator()(), operator*(), operator+(), operator-(), rotate90(), and SamplePoint::SamplePoint().
float vec2::y |
Y Component of Vector or Coordinate.
Definition at line 13 of file streamlines.h.
Referenced by StreamlineGenerator::ComputeCellPosition(), dot(), StreamlineGenerator::IsOutsideBounds(), length(), VelocityFunctor::operator()(), operator*(), operator+(), operator-(), and rotate90().