#include <vec2.h>
List of all members.
Detailed Description
Definition at line 18 of file vec2.h.
Constructor & Destructor Documentation
Member Function Documentation
CVec2 CVec2::operator* |
( |
double |
num | ) |
const [inline] |
double CVec2::operator* |
( |
const CVec2 & |
vVector | ) |
const [inline] |
CVec2& CVec2::operator*= |
( |
double |
num | ) |
[inline] |
CVec2 CVec2::operator+ |
( |
const CVec2 & |
vVector | ) |
const [inline] |
CVec2 CVec2::operator- |
( |
const CVec2 & |
vVector | ) |
const [inline] |
CVec2 CVec2::operator- |
( |
| ) |
const [inline] |
CVec2 CVec2::operator/ |
( |
double |
num | ) |
const [inline] |
CVec2& CVec2::operator/= |
( |
double |
num | ) |
[inline] |
double CVec2::operator[] |
( |
unsigned int |
i | ) |
const [inline] |
double& CVec2::operator[] |
( |
unsigned int |
i | ) |
[inline] |
- Parameters:
-
angle | Rotation angle in radiants |
Definition at line 152 of file vec2.h.
Returns the string representation of the vector.
- Returns:
- string representation of the point.
Reimplemented in Transformation2D.
Definition at line 168 of file vec2.h.
Member Data Documentation
The documentation for this class was generated from the following file: