From aa9cdee46fea21ad50b70a4513aa39aebe280b7f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 27 Jul 2017 23:21:23 +0100 Subject: Adding initial docs --- classyage_1_1Glyph.html | 110 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 classyage_1_1Glyph.html (limited to 'classyage_1_1Glyph.html') diff --git a/classyage_1_1Glyph.html b/classyage_1_1Glyph.html new file mode 100644 index 00000000..455dfb3f --- /dev/null +++ b/classyage_1_1Glyph.html @@ -0,0 +1,110 @@ + + + + + + + +YAGE: yage::Glyph Class Reference + + + + + + + + + +
+
+ + + + + + +
+
YAGE +
+
Yet Another Game Engine
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
yage::Glyph Class Reference
+
+
+ + + + + + + + + + + + + + + + +

+Public Member Functions

Glyph (GLuint texture, float depth, const Vertex &top_left, const Vertex &top_right, const Vertex &bottom_right, const Vertex &bottom_left)
 
+GLuint texture () const
 
+float depth () const
 
+Vertex top_left () const
 
+Vertex top_right () const
 
+Vertex bottom_right () const
 
+Vertex bottom_left () const
 
+
The documentation for this class was generated from the following files: +
+ + + + -- cgit