Motion vector class - just a pair.
#include <motion.h>
List of all members.
Public Member Functions
Public Attributes
- T x
- x and y components
- T y
Constructor & Destructor Documentation
dirac::MotionVector::MotionVector |
( |
T |
a, |
|
|
T |
b |
|
) |
| [inline] |
dirac::MotionVector::MotionVector |
( |
| ) |
[inline] |
dirac::MotionVector::MotionVector |
( |
T |
a | ) |
[inline] |
Member Function Documentation
MotionVector< T > dirac::MotionVector::operator* |
( |
const float |
argument | ) |
const [inline] |
MotionVector< T > dirac::MotionVector::operator* |
( |
const int |
argument | ) |
const [inline] |
MotionVector< T > dirac::MotionVector::operator<< |
( |
const int |
argument | ) |
const [inline] |
MotionVector< T > dirac::MotionVector::operator>> |
( |
const int |
argument | ) |
const [inline] |
T& dirac::MotionVector::operator[] |
( |
const int |
pos | ) |
[inline] |
const T& dirac::MotionVector::operator[] |
( |
const int |
pos | ) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: