#include <vhtBasic.h>
Public Member Functions | |
| vhtVec2d () | |
| vhtVec2d (vhtDouble v0, vhtDouble v1) | |
| vhtDouble | get (vhtSize32 i) const |
| void | set (vhtSize32 i, vhtDouble value) |
| void | setVec (vhtDouble v0, vhtDouble v1) |
Private Attributes | |
| vhtDouble | vec [2] |
| vhtVec2d::vhtVec2d | ( | ) | [inline] |
vhtDouble vhtVec2d::vec[2] [private] |
1.5.1-p1