cocos2d-x  3.4
 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 ()

Public Attributes

GLfloat u
GLfloat 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
Tex2F ( )
inline

Member Data Documentation

GLfloat u
GLfloat v

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