GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
external
RadixEngine
include
radix
data
text
Glyph.hpp
Go to the documentation of this file.
1
#ifndef RADIX_GLYPH_HPP
2
#define RADIX_GLYPH_HPP
3
4
#include <
radix/data/model/Mesh.hpp
>
5
6
namespace
radix
{
7
8
class
Glyph
{
9
public
:
10
int
x
;
11
int
y
;
12
int
width
;
13
int
height
;
14
float
xOffset
;
15
float
yOffset
;
16
float
advance
;
17
18
Mesh
mesh
;
19
};
20
21
}
/* namespace radix */
22
23
#endif
/* RADIX_GLYPH_HPP */
radix
Definition:
GameController.hpp:7
radix::Glyph::advance
float advance
Definition:
Glyph.hpp:16
radix::Glyph::yOffset
float yOffset
Definition:
Glyph.hpp:15
radix::Glyph
Definition:
Glyph.hpp:8
radix::Glyph::xOffset
float xOffset
Definition:
Glyph.hpp:14
Mesh.hpp
radix::Glyph::width
int width
Definition:
Glyph.hpp:12
radix::Glyph::x
int x
Definition:
Glyph.hpp:10
radix::Glyph::mesh
Mesh mesh
Definition:
Glyph.hpp:18
radix::Glyph::y
int y
Definition:
Glyph.hpp:11
radix::Mesh
Definition:
Mesh.hpp:10
radix::Glyph::height
int height
Definition:
Glyph.hpp:13
Generated on Tue Jan 3 2017 08:15:37 for GlPortal Class Reference by
1.8.8