From 3d96965ecd28b9037a83c4b22f65fcf502dce336 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 29 Jul 2017 10:00:20 +0100 Subject: Updating docs --- structyage_1_1Vertex.html | 113 ---------------------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 structyage_1_1Vertex.html (limited to 'structyage_1_1Vertex.html') diff --git a/structyage_1_1Vertex.html b/structyage_1_1Vertex.html deleted file mode 100644 index fa1039b4..00000000 --- a/structyage_1_1Vertex.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - -YAGE: yage::Vertex Struct Reference - - - - - - - - - -
-
- - - - - - -
-
YAGE -
-
Yet Another Game Engine
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
- -
-
yage::Vertex Struct Reference
-
-
- - - - - - - - - - -

-Public Member Functions

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
 
-
The documentation for this struct was generated from the following file: -
- - - - -- cgit