cocos2d-x  3.0Beta0
 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 ()
 Vertex2F ()
 Vertex2F ()

Public Attributes

GLfloat x
var x
local x
GLfloat y
var y
local y

Detailed Description

A vertex composed of 2 floats: x, y.

Since
v3.0

Constructor & Destructor Documentation

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

Member Data Documentation

GLfloat x
var x
local x
GLfloat y
var y
local y

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