#include <Utilities.h>
Public Types | |
typedef float | float_type |
typedef SbVec3f | vec_type |
Public Member Functions | |
vec_traits (const vec_type &v) | |
float_type | x () |
float_type | y () |
float_type | z () |
Definition at line 39 of file Utilities.h.
typedef float Base::vec_traits< SbVec3f >::float_type |
Definition at line 41 of file Utilities.h.
typedef SbVec3f Base::vec_traits< SbVec3f >::vec_type |
Definition at line 40 of file Utilities.h.
Base::vec_traits< SbVec3f >::vec_traits | ( | const vec_type & | v | ) | [inline] |
Definition at line 42 of file Utilities.h.
float_type Base::vec_traits< SbVec3f >::x | ( | ) | [inline] |
Definition at line 43 of file Utilities.h.
float_type Base::vec_traits< SbVec3f >::y | ( | ) | [inline] |
Definition at line 44 of file Utilities.h.
float_type Base::vec_traits< SbVec3f >::z | ( | ) | [inline] |
Definition at line 45 of file Utilities.h.