OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MaliSDK::Vec4 Class Reference

A 4D integer vector. More...

#include <VectorTypes.h>

Public Attributes

int x
 
int y
 
int z
 
int w
 

Detailed Description

A 4D integer vector.

class containing four integers.

Definition at line 60 of file VectorTypes.h.

Member Data Documentation

int MaliSDK::Vec4::w

Definition at line 63 of file VectorTypes.h.

int MaliSDK::Vec4::x

Definition at line 63 of file VectorTypes.h.

int MaliSDK::Vec4::y

Definition at line 63 of file VectorTypes.h.

int MaliSDK::Vec4::z

Definition at line 63 of file VectorTypes.h.


The documentation for this class was generated from the following file: