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

A 3D integer vector. More...

#include <VectorTypes.h>

Public Attributes

int x
 
int y
 
int z
 

Detailed Description

A 3D integer vector.

Class containing three integers, useful for representing 3D coordinates.

Definition at line 49 of file VectorTypes.h.

Member Data Documentation

int MaliSDK::Vec3::x

Definition at line 52 of file VectorTypes.h.

int MaliSDK::Vec3::y

Definition at line 52 of file VectorTypes.h.

int MaliSDK::Vec3::z

Definition at line 52 of file VectorTypes.h.


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