cocos2d-x  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Vertex2F Struct Reference

A vertex composed of 2 floats: x, y. More...

#include <ccTypes.h>

Public Member Functions

 Vertex2F (float _x, float _y)
 Vertex2F ()

Public Attributes

GLfloat x
GLfloat y

Detailed Description

A vertex composed of 2 floats: x, y.

Since
v3.0

Constructor & Destructor Documentation

Vertex2F ( float  _x,
float  _y 
)
inline
Vertex2F ( )
inline

Member Data Documentation

GLfloat x
GLfloat y

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