Hierarchical Edge Bundle 1.0
J:/Caro/C++_Coding/HierarchicalEdgeBundle/HierarchicalEdgeBundle/header/Text.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "glm/glm.hpp"
00003 
00009 class Text
00010 {
00011 public:
00015         Text(void);
00019         ~Text(void);
00020 
00024         char* text;
00028         glm::mat4 Local;
00029 };
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines