OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Matrix.h File Reference
#include <cmath>
#include <cstring>
#include <cstdio>
#include <cstdlib>

Go to the source code of this file.

Classes

class  MaliSDK::Vec3f
 A 3D floating point vector. More...
 
class  MaliSDK::Vec4f
 A 4D floating point vector. More...
 
class  MaliSDK::Matrix
 Functions for manipulating matrices. More...
 

Namespaces

 MaliSDK
 

Macros

#define M_PI   3.14159265358979323846f
 PI value approximation. More...
 

Functions

float MaliSDK::degreesToRadians (float degrees)
 Convert an angle in degrees to radians. More...
 

Macro Definition Documentation

#define M_PI   3.14159265358979323846f

PI value approximation.

Definition at line 33 of file Matrix.h.