OpenGL ES SDK for Android
ARM Developer Center
|
#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... | |