![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <mem.h>
Go to the source code of this file.
Classes | |
class | Frm::vector< T > |
struct | Frm::Array< T, size > |
class | Frm::matrix< T > |
class | Frm::trect< T > |
Namespaces | |
Frm | |
Typedefs | |
typedef matrix< float > | Frm::glMatrix |
Functions | |
float | Frm::ACos (float pValue) |
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) |