#include <boolInVec.h>
Public Member Functions | |
| boolInVec () | |
| boolInVec (floatInVec vec) | |
| boolInVec (bool scalar) | |
| bool | getAsBool () const |
| operator bool () const | |
| const boolInVec | operator! () const |
| boolInVec & | operator= (boolInVec vec) |
| boolInVec & | operator&= (boolInVec vec) |
| boolInVec & | operator^= (boolInVec vec) |
| boolInVec & | operator|= (boolInVec vec) |
Private Attributes | |
| unsigned int | mData |
Definition at line 29 of file boolInVec.h.
| Vectormath::boolInVec::boolInVec | ( | ) | [inline] |
Definition at line 37 of file boolInVec.h.
| Vectormath::boolInVec::boolInVec | ( | floatInVec | vec | ) | [inline] |
Definition at line 116 of file boolInVec.h.
| Vectormath::boolInVec::boolInVec | ( | bool | scalar | ) | [inline, explicit] |
Definition at line 122 of file boolInVec.h.
| bool Vectormath::boolInVec::getAsBool | ( | ) | const [inline] |
Definition at line 129 of file boolInVec.h.
| Vectormath::boolInVec::operator bool | ( | ) | const [inline] |
Definition at line 136 of file boolInVec.h.
| const boolInVec Vectormath::boolInVec::operator! | ( | ) | const [inline] |
Definition at line 144 of file boolInVec.h.
Definition at line 159 of file boolInVec.h.
Definition at line 151 of file boolInVec.h.
Definition at line 167 of file boolInVec.h.
Definition at line 175 of file boolInVec.h.
unsigned int Vectormath::boolInVec::mData [private] |
Definition at line 32 of file boolInVec.h.
1.6.1