liballofw
|
#include "basic.h"
Go to the source code of this file.
Classes | |
struct | allofw::Vector2_< T > |
struct | allofw::Vector3_< T > |
struct | allofw::Vector4_< T > |
Namespaces | |
allofw | |
Typedefs | |
typedef Vector2_< double > | allofw::Vector2d |
typedef Vector2_< float > | allofw::Vector2f |
typedef Vector2d | allofw::Vector2 |
typedef Vector3_< double > | allofw::Vector3d |
typedef Vector3_< float > | allofw::Vector3f |
typedef Vector3d | allofw::Vector3 |
typedef Vector4_< double > | allofw::Vector4d |
typedef Vector4_< float > | allofw::Vector4f |
typedef Vector4d | allofw::Vector4 |
Functions | |
template<typename T > | |
bool | allofw::isnan (const Vector2_< T > &v) |
template<typename T > | |
bool | allofw::isnan (const Vector3_< T > &v) |
template<typename T > | |
bool | allofw::isnan (const Vector4_< T > &v) |