Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Frm_3DMath.h File Reference
#include <mem.h>

Go to the source code of this file.

Classes

class  Frm::vector< T >
 
struct  Frm::Array< T, size >
 

Namespaces

 Frm
 

Typedefs

typedef Array< unsigned short, 3 > Frm::Face
 

Functions

template<typename T >
Array< T, 4 > Frm::Set4 (T px, T py, T pz, T pw)
 
template<typename T >
Array< T, 3 > Frm::Set3 (T px, T py, T pz)
 
template<typename T >
Array< T, 2 > Frm::Set2 (T pu, T pv)