OpenGL ES SDK for Android
ARM Developer Center
|
A 2D integer vector. More...
#include <VectorTypes.h>
Public Attributes | |
int | x |
int | y |
A 2D integer vector.
Class containing two integers, useful for representing 2D coordinates.
Definition at line 38 of file VectorTypes.h.
int MaliSDK::Vec2::x |
Definition at line 41 of file VectorTypes.h.
int MaliSDK::Vec2::y |
Definition at line 41 of file VectorTypes.h.