#include <vhtBasic.h>
Public Member Functions | |
vhtVec4d () | |
vhtVec4d (vhtDouble v0, vhtDouble v1, vhtDouble v2, vhtDouble v3) | |
vhtDouble | get (vhtSize32 i) const |
void | set (vhtSize32 i, vhtDouble value) |
void | setVec (vhtDouble v0, vhtDouble v1, vhtDouble v2, vhtDouble v3) |
Private Attributes | |
vhtDouble | vec [4] |
vhtVec4d::vhtVec4d | ( | ) | [inline] |
vhtDouble vhtVec4d::vec[4] [private] |