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

A 2D floating point vector. More...

#include <VectorTypes.h>

Public Attributes

float x
 
float y
 

Detailed Description

A 2D floating point vector.

Struct containing two floating point numbers, useful for representing 2D coordinates.

Definition at line 72 of file VectorTypes.h.

Member Data Documentation

float MaliSDK::Vec2f::x

Definition at line 75 of file VectorTypes.h.

float MaliSDK::Vec2f::y

Definition at line 75 of file VectorTypes.h.


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