From 460d9bda5f03c5da29864fa9dd160848097be51b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 6 Jan 2018 11:36:50 +0000 Subject: [Travis] Rebuilding documentation --- structyage_1_1details_1_1Glyph.html | 292 ++++++++++++++++++++++++++++++++++++ 1 file changed, 292 insertions(+) create mode 100644 structyage_1_1details_1_1Glyph.html (limited to 'structyage_1_1details_1_1Glyph.html') diff --git a/structyage_1_1details_1_1Glyph.html b/structyage_1_1details_1_1Glyph.html new file mode 100644 index 00000000..de6d354c --- /dev/null +++ b/structyage_1_1details_1_1Glyph.html @@ -0,0 +1,292 @@ + + + + + + +YAGE: yage::details::Glyph Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ +
+ +
+
yage::details::Glyph Struct Reference
+
+
+ +

Glyph with information of the texture. + More...

+ +

#include <spritebatch.h>

+ + + + +

+Public Member Functions

 Glyph (GLuint texture_i, float depth_i, const Vertex &top_left_i, const Vertex &top_right_i, const Vertex &bottom_right_i, const Vertex &bottom_left_i)
 
+ + + + + + + + + + + + + +

+Public Attributes

GLuint texture
 
float depth
 
Vertex top_left
 
Vertex top_right
 
Vertex bottom_right
 
Vertex bottom_left
 
+

Detailed Description

+

Glyph with information of the texture.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
yage::details::Glyph::Glyph (GLuint texture_i,
float depth_i,
const Vertextop_left_i,
const Vertextop_right_i,
const Vertexbottom_right_i,
const Vertexbottom_left_i 
)
+
+inline
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
Vertex yage::details::Glyph::bottom_left
+
+ +
+
+ +
+
+ + + + +
Vertex yage::details::Glyph::bottom_right
+
+ +
+
+ +
+
+ + + + +
float yage::details::Glyph::depth
+
+ +
+
+ +
+
+ + + + +
GLuint yage::details::Glyph::texture
+
+ +
+
+ +
+
+ + + + +
Vertex yage::details::Glyph::top_left
+
+ +
+
+ +
+
+ + + + +
Vertex yage::details::Glyph::top_right
+
+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit