#include <floatInVec.h>
Public Member Functions | |
| floatInVec () | |
| floatInVec (boolInVec vec) | |
| floatInVec (float scalar) | |
| float | getAsFloat () const |
| operator float () const | |
| const floatInVec | operator++ (int) |
| const floatInVec | operator-- (int) |
| floatInVec & | operator++ () |
| floatInVec & | operator-- () |
| const floatInVec | operator- () const |
| floatInVec & | operator= (floatInVec vec) |
| floatInVec & | operator*= (floatInVec vec) |
| floatInVec & | operator/= (floatInVec vec) |
| floatInVec & | operator+= (floatInVec vec) |
| floatInVec & | operator-= (floatInVec vec) |
Private Attributes | |
| float | mData |
Definition at line 30 of file floatInVec.h.
| Vectormath::floatInVec::floatInVec | ( | ) | [inline] |
Definition at line 38 of file floatInVec.h.
| Vectormath::floatInVec::floatInVec | ( | boolInVec | vec | ) | [inline] |
Definition at line 157 of file floatInVec.h.
| Vectormath::floatInVec::floatInVec | ( | float | scalar | ) | [inline, explicit] |
Definition at line 163 of file floatInVec.h.
| float Vectormath::floatInVec::getAsFloat | ( | ) | const [inline] |
Definition at line 170 of file floatInVec.h.
| Vectormath::floatInVec::operator float | ( | ) | const [inline] |
Definition at line 177 of file floatInVec.h.
| floatInVec & Vectormath::floatInVec::operator*= | ( | floatInVec | vec | ) | [inline] |
Definition at line 234 of file floatInVec.h.
| floatInVec & Vectormath::floatInVec::operator++ | ( | ) | [inline] |
Definition at line 203 of file floatInVec.h.
| const floatInVec Vectormath::floatInVec::operator++ | ( | int | ) | [inline] |
Definition at line 185 of file floatInVec.h.
| floatInVec & Vectormath::floatInVec::operator+= | ( | floatInVec | vec | ) | [inline] |
Definition at line 250 of file floatInVec.h.
| const floatInVec Vectormath::floatInVec::operator- | ( | ) | const [inline] |
Definition at line 219 of file floatInVec.h.
| floatInVec & Vectormath::floatInVec::operator-- | ( | ) | [inline] |
Definition at line 211 of file floatInVec.h.
| const floatInVec Vectormath::floatInVec::operator-- | ( | int | ) | [inline] |
Definition at line 194 of file floatInVec.h.
| floatInVec & Vectormath::floatInVec::operator-= | ( | floatInVec | vec | ) | [inline] |
Definition at line 258 of file floatInVec.h.
| floatInVec & Vectormath::floatInVec::operator/= | ( | floatInVec | vec | ) | [inline] |
Definition at line 242 of file floatInVec.h.
| floatInVec & Vectormath::floatInVec::operator= | ( | floatInVec | vec | ) | [inline] |
Definition at line 226 of file floatInVec.h.
float Vectormath::floatInVec::mData [private] |
Definition at line 33 of file floatInVec.h.
1.6.1