From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- classyage_1_1Glyph.html | 421 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 406 insertions(+), 15 deletions(-) (limited to 'classyage_1_1Glyph.html') diff --git a/classyage_1_1Glyph.html b/classyage_1_1Glyph.html index 8952fe5a..f92a05ba 100644 --- a/classyage_1_1Glyph.html +++ b/classyage_1_1Glyph.html @@ -9,6 +9,13 @@ + + + + + @@ -44,6 +51,21 @@ $(function() { }); + +
+ +
+
+
+ +
- -
yage::Glyph Class Reference
@@ -72,21 +91,393 @@ $(function() {

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

+

#include <spritebatch.hpp>

-

Detailed Description

-

Glyph with information of the texture.

-

The documentation for this class was generated from the following files:
    + + + + + + + + + + + + + + + + +

    +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
     
    + + + + + + + + + + + + + +

    +Private Attributes

    GLuint texture_
     
    float depth_
     
    Vertex top_left_
     
    Vertex top_right_
     
    Vertex bottom_right_
     
    Vertex bottom_left_
     
    +

    Constructor & Destructor Documentation

    + +

    ◆ Glyph()

    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    yage::Glyph::Glyph (GLuint texture,
    float depth,
    const Vertextop_left,
    const Vertextop_right,
    const Vertexbottom_right,
    const Vertexbottom_left 
    )
    +
    + +
    +
    +

    Member Function Documentation

    + +

    ◆ bottom_left()

    + +
    +
    + + + + + +
    + + + + + + + +
    Vertex yage::Glyph::bottom_left () const
    +
    +inline
    +
    + +
    +
    + +

    ◆ bottom_right()

    + +
    +
    + + + + + +
    + + + + + + + +
    Vertex yage::Glyph::bottom_right () const
    +
    +inline
    +
    + +
    +
    + +

    ◆ depth()

    + +
    +
    + + + + + +
    + + + + + + + +
    float yage::Glyph::depth () const
    +
    +inline
    +
    + +
    +
    + +

    ◆ texture()

    + +
    +
    + + + + + +
    + + + + + + + +
    GLuint yage::Glyph::texture () const
    +
    +inline
    +
    + +
    +
    + +

    ◆ top_left()

    + +
    +
    + + + + + +
    + + + + + + + +
    Vertex yage::Glyph::top_left () const
    +
    +inline
    +
    + +
    +
    + +

    ◆ top_right()

    + +
    +
    + + + + + +
    + + + + + + + +
    Vertex yage::Glyph::top_right () const
    +
    +inline
    +
    + +
    +
    +

    Member Data Documentation

    + +

    ◆ bottom_left_

    + +
    +
    + + + + + +
    + + + + +
    Vertex yage::Glyph::bottom_left_
    +
    +private
    +
    + +
    +
    + +

    ◆ bottom_right_

    + +
    +
    + + + + + +
    + + + + +
    Vertex yage::Glyph::bottom_right_
    +
    +private
    +
    + +
    +
    + +

    ◆ depth_

    + +
    +
    + + + + + +
    + + + + +
    float yage::Glyph::depth_
    +
    +private
    +
    + +
    +
    + +

    ◆ texture_

    + +
    +
    + + + + + +
    + + + + +
    GLuint yage::Glyph::texture_
    +
    +private
    +
    + +
    +
    + +

    ◆ top_left_

    + +
    +
    + + + + + +
    + + + + +
    Vertex yage::Glyph::top_left_
    +
    +private
    +
    + +
    +
    + +

    ◆ top_right_

    + +
    +
    + + + + + +
    + + + + +
    Vertex yage::Glyph::top_right_
    +
    +private
    +
    + +
    +
    +
    The documentation for this class was generated from the following files:
+
- + -- cgit