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

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

#include <ccTypes.h>

Public Member Functions

 Vertex3F (float _x, float _y, float _z)
 Vertex3F ()

Public Attributes

GLfloat x
GLfloat y
GLfloat z

Detailed Description

A vertex composed of 2 floats: x, y.

Since
v3.0

Constructor & Destructor Documentation

Vertex3F ( float  _x,
float  _y,
float  _z 
)
inline
Vertex3F ( )
inline

Member Data Documentation

GLfloat x
GLfloat y
GLfloat z

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