From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- structyage_1_1Vertex.html | 373 ---------------------------------------------- 1 file changed, 373 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 0fc1cfe6..00000000 --- a/structyage_1_1Vertex.html +++ /dev/null @@ -1,373 +0,0 @@ - - - - - - -YAGE: yage::Vertex Struct Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
- -
-
yage::Vertex Struct Reference
-
-
- -

#include <vertex.h>

- - - - - - - - - - - - -

-Public Member Functions

 Vertex ()=default
 
 Vertex (const Position &position_, const Colour &colour_, const UV &uv_)
 
void setPosition (float x, float y)
 
void setColour (GLubyte r, GLubyte g, GLubyte b, GLubyte a)
 
void setUv (float u, float v)
 
- - - - - - - -

-Public Attributes

Position position
 
Colour colour
 
UV uv
 
-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
yage::Vertex::Vertex ()
-
-default
-
- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
yage::Vertex::Vertex (const Positionposition_,
const Colourcolour_,
const UVuv_ 
)
-
-inline
-
- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void yage::Vertex::setColour (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

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