OpenGL ES SDK for Android
ARM Developer Center
|
A 2D floating point vector. More...
#include <VectorTypes.h>
Public Attributes | |
float | x |
float | y |
A 2D floating point vector.
Struct containing two floating point numbers, useful for representing 2D coordinates.
Definition at line 72 of file VectorTypes.h.
float MaliSDK::Vec2f::x |
Definition at line 75 of file VectorTypes.h.
float MaliSDK::Vec2f::y |
Definition at line 75 of file VectorTypes.h.