From ce45c560586f991b427471ba206edf48881baab5 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Fri, 22 Sep 2017 00:09:02 +0000 Subject: Rebuilding documentation --- structyage_1_1Vertex.html | 373 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 373 insertions(+) create mode 100644 structyage_1_1Vertex.html (limited to 'structyage_1_1Vertex.html') diff --git a/structyage_1_1Vertex.html b/structyage_1_1Vertex.html new file mode 100644 index 00000000..42a7c5e0 --- /dev/null +++ b/structyage_1_1Vertex.html @@ -0,0 +1,373 @@ + + + + + + +YAGE: yage::Vertex Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
+ + +
+ +
+ +
+ +
+
yage::Vertex Struct Reference
+
+
+ +

#include <vertex.h>

+ + + + + + + + + + + + +

+Public Member Functions

 Vertex ()=default
 
 Vertex (const Position &position_, const Color &color_, const UV &uv_)
 
void setPosition (float x, float y)
 
void setColor (GLubyte r, GLubyte g, GLubyte b, GLubyte a)
 
void setUv (float u, float v)
 
+ + + + + + + +

+Public Attributes

Position position
 
Color color
 
UV uv
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
yage::Vertex::Vertex ()
+
+default
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
yage::Vertex::Vertex (const Positionposition_,
const Colorcolor_,
const UVuv_ 
)
+
+inline
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
void yage::Vertex::setColor (GLubyte r,
GLubyte g,
GLubyte b,
GLubyte a 
)
+
+inline
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void yage::Vertex::setPosition (float x,
float y 
)
+
+inline
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
void yage::Vertex::setUv (float u,
float v 
)
+
+inline
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
Color yage::Vertex::color
+
+ +
+
+ +
+
+ + + + +
Position yage::Vertex::position
+
+ +
+
+ +
+
+ + + + +
UV yage::Vertex::uv
+
+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit