#include <Utilities.h>
Public Types | |
typedef double | float_type |
typedef SbVec3d | vec_type |
Public Member Functions | |
vec_traits (const vec_type &v) | |
float_type | x () |
float_type | y () |
float_type | z () |
Definition at line 52 of file Utilities.h.
typedef double Base::vec_traits< SbVec3d >::float_type |
Definition at line 54 of file Utilities.h.
typedef SbVec3d Base::vec_traits< SbVec3d >::vec_type |
Definition at line 53 of file Utilities.h.
Base::vec_traits< SbVec3d >::vec_traits | ( | const vec_type & | v | ) | [inline] |
Definition at line 55 of file Utilities.h.
float_type Base::vec_traits< SbVec3d >::x | ( | ) | [inline] |
Definition at line 56 of file Utilities.h.
float_type Base::vec_traits< SbVec3d >::y | ( | ) | [inline] |
Definition at line 57 of file Utilities.h.
float_type Base::vec_traits< SbVec3d >::z | ( | ) | [inline] |
Definition at line 58 of file Utilities.h.