cocos2d-x  3.1rc0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Tex2F Struct Reference

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

#include <ccTypes.h>

Public Member Functions

 Tex2F (float _u, float _v)
 Tex2F ( var _u, var _v)
 Tex2F ( local _u, local _v)
 Tex2F ()

Public Attributes

GLfloat u
var u
local u
GLfloat v
var v
local v

Detailed Description

A vertex composed of 2 floats: x, y.

Since
v3.0 A vertex composed of 2 floats: x, y
v3.0 A texcoord composed of 2 floats: u, y
v3.0

Constructor & Destructor Documentation

Tex2F ( float  _u,
float  _v 
)
inline
var Tex2F ( var  _u,
var  _v 
)
inline
local Tex2F ( local  _u,
local  _v 
)
inline
Tex2F ( )
inline
var Tex2F ( )
inline
local Tex2F ( )
inline

Member Data Documentation

GLfloat u
var u
local u
GLfloat v
var v
local v

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