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

struct  Frm::Array< T, size >
 

Namespaces

 Frm
 

Typedefs

typedef Array< float, 3 > Frm::Vertex
 
typedef Array< float, 2 > Frm::TCoord
 
typedef Array< float, 4 > Frm::Color4
 
typedef Array< float, 3 > Frm::Color3
 

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)