cocos2d-x  3.0-rc0
 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 ( var _x, var _y, var _z)
 Vertex3F ( local _x, local _y, local _z)
 Vertex3F ()

Public Attributes

GLfloat x
var x
local x
GLfloat y
var y
local y
GLfloat z
var z
local 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
var Vertex3F ( var  _x,
var  _y,
var  _z 
)
inline
local Vertex3F ( local  _x,
local  _y,
local  _z 
)
inline
Vertex3F ( )
inline
var Vertex3F ( )
inline
local Vertex3F ( )
inline

Member Data Documentation

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

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