#include <Vector3D.h>
Public Types | |
typedef float | float_type |
typedef Vector3f | vec_type |
Public Member Functions | |
vec_traits (const vec_type &v) | |
float_type | x () |
float_type | y () |
float_type | z () |
Definition at line 224 of file Vector3D.h.
typedef float Base::vec_traits< Vector3f >::float_type |
Definition at line 226 of file Vector3D.h.
typedef Vector3f Base::vec_traits< Vector3f >::vec_type |
Definition at line 225 of file Vector3D.h.
Base::vec_traits< Vector3f >::vec_traits | ( | const vec_type & | v | ) | [inline] |
Definition at line 227 of file Vector3D.h.
float_type Base::vec_traits< Vector3f >::x | ( | ) | [inline] |
Definition at line 228 of file Vector3D.h.
float_type Base::vec_traits< Vector3f >::y | ( | ) | [inline] |
Definition at line 229 of file Vector3D.h.
float_type Base::vec_traits< Vector3f >::z | ( | ) | [inline] |
Definition at line 230 of file Vector3D.h.