#include <Vector3D.h>
Public Types | |
typedef double | float_type |
typedef Vector3d | vec_type |
Public Member Functions | |
vec_traits (const vec_type &v) | |
float_type | x () |
float_type | y () |
float_type | z () |
Definition at line 236 of file Vector3D.h.
typedef double Base::vec_traits< Vector3d >::float_type |
Definition at line 238 of file Vector3D.h.
typedef Vector3d Base::vec_traits< Vector3d >::vec_type |
Definition at line 237 of file Vector3D.h.
Base::vec_traits< Vector3d >::vec_traits | ( | const vec_type & | v | ) | [inline] |
Definition at line 239 of file Vector3D.h.
float_type Base::vec_traits< Vector3d >::x | ( | ) | [inline] |
Definition at line 240 of file Vector3D.h.
float_type Base::vec_traits< Vector3d >::y | ( | ) | [inline] |
Definition at line 241 of file Vector3D.h.
float_type Base::vec_traits< Vector3d >::z | ( | ) | [inline] |
Definition at line 242 of file Vector3D.h.