Gnash  0.8.11dev
Public Member Functions | Public Attributes | List of all members
gnash::renderer::opengl::oglVertex Struct Reference

#include <Renderer_ogl.h>

Public Member Functions

 oglVertex (double x, double y, double z=0.0)
 
 oglVertex (const point &p)
 

Public Attributes

GLdouble _x
 
GLdouble _y
 
GLdouble _z
 

Constructor & Destructor Documentation

◆ oglVertex() [1/2]

gnash::renderer::opengl::oglVertex::oglVertex ( double  x,
double  y,
double  z = 0.0 
)
inline

◆ oglVertex() [2/2]

gnash::renderer::opengl::oglVertex::oglVertex ( const point p)
inline

Member Data Documentation

◆ _x

GLdouble gnash::renderer::opengl::oglVertex::_x

◆ _y

GLdouble gnash::renderer::opengl::oglVertex::_y

◆ _z

GLdouble gnash::renderer::opengl::oglVertex::_z

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