#include <Vector3D.h>
Public Types | |
typedef float | float_type |
Static Public Member Functions | |
static float_type | epsilon () |
static float_type | maximum () |
static float_type | pi () |
Definition at line 58 of file Vector3D.h.
typedef float Base::float_traits< float >::float_type |
Definition at line 59 of file Vector3D.h.
static float_type Base::float_traits< float >::epsilon | ( | ) | [inline, static] |
Definition at line 61 of file Vector3D.h.
References FLOAT_EPS.
static float_type Base::float_traits< float >::maximum | ( | ) | [inline, static] |
Definition at line 62 of file Vector3D.h.
References FLOAT_MAX.
static float_type Base::float_traits< float >::pi | ( | ) | [inline, static] |
Definition at line 60 of file Vector3D.h.
References F_PI.