![]() |
VR-Forces 4.6 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | vrvControlToolkit::DtVdcVector2D |
Namespaces | |
| namespace | vrvControlToolkit |
| Contains definition of DtAreaTaskVisualization. | |
Macros | |
| #define | DtSetVec2D(v, x, y) v[DtSdcX]=x;v[DtSdcY]=y; |
| #define | DtVdcVector2D_inl |
Typedefs | |
| typedef const DtVdcVector2D & | vrvControlToolkit::DtVdcConstVector2D |
| typedef DtVdcVector2D & | vrvControlToolkit::DtVdcVector2DRef |
Enumerations | |
| enum | vrvControlToolkit::DtVdcVector2DOffset { vrvControlToolkit::DtVdcX, vrvControlToolkit::DtVdcY } |
Functions | |
| DT_DLL_VRVDRAWCONTROL void | vrvControlToolkit::DtVecScale (const DtVdcVector2D &v, double scale_factor, DtVdcVector2D &result) |
| DT_DLL_VRVDRAWCONTROL void | vrvControlToolkit::DtVecNeg (const DtVdcVector2D &v1, DtVdcVector2D &result) |
| DT_DLL_VRVDRAWCONTROL double | vrvControlToolkit::DtVecCosProd (const DtVdcVector2D &v1, const DtVdcVector2D &v2) |
| DT_DLL_VRVDRAWCONTROL double | vrvControlToolkit::DtVecInfNorm (const DtVdcVector2D &v1) |
| DT_DLL_VRVDRAWCONTROL void | vrvControlToolkit::DtVecInit (DtVdcVector2D &v) |
| DT_DLL_VRVDRAWCONTROL double | vrvControlToolkit::DtDistance (const DtVdcVector2D &p1, const DtVdcVector2D &p2) |
| DT_DLL_VRVDRAWCONTROL double | vrvControlToolkit::DtDistSqr (const DtVdcVector2D &p1, const DtVdcVector2D &p2) |
| std::ostream & | operator<< (std::ostream &str, const vrvControlToolkit::DtVdcVector2D &vec) |
| #define DtSetVec2D | ( | v, | |
| x, | |||
| y | |||
| ) | v[DtSdcX]=x;v[DtSdcY]=y; |
| #define DtVdcVector2D_inl |
| std::ostream& operator<< | ( | std::ostream & | str, |
| const vrvControlToolkit::DtVdcVector2D & | vec | ||
| ) |