From 1a8ec165031af3b860028ef1b360acc8e7baf9e6 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 21 Sep 2017 23:32:46 +0000 Subject: Rebuilding documentation --- structyage_1_1Vertex.html | 364 ---------------------------------------------- 1 file changed, 364 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 5085d4b0..00000000 --- a/structyage_1_1Vertex.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - - -YAGE: yage::Vertex Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.1 -
-
Yet Another Game Engine
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
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

- -

◆ Vertex() [1/2]

- -
-
- - - - - -
- - - - - - - -
yage::Vertex::Vertex ()
-
-default
-
- -
-
- -

◆ Vertex() [2/2]

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
yage::Vertex::Vertex (const Positionposition_,
const Colorcolor_,
const UVuv_ 
)
-
-inline
-
- -
-
-

Member Function Documentation

- -

◆ setColor()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void yage::Vertex::setColor (GLubyte r,
GLubyte g,
GLubyte b,
GLubyte a 
)
-
-inline
-
- -
-
- -

◆ setPosition()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
void yage::Vertex::setPosition (float x,
float y 
)
-
-inline
-
- -
-
- -

◆ setUv()

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
void yage::Vertex::setUv (float u,
float v 
)
-
-inline
-
- -
-
-

Member Data Documentation

- -

◆ color

- -
-
- - - - -
Color yage::Vertex::color
-
- -
-
- -

◆ position

- -
-
- - - - -
Position yage::Vertex::position
-
- -
-
- -

◆ uv

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