InfoVis 2013
1.0
Information Visualisation project - "Mapping Text with Phrase Nets"
|
#include "Renderer.h"
#include "Application.h"
#include "UIManager.h"
#include "ShaderManager.h"
#include "Shader.h"
#include "Arrow.h"
#include "utility.h"
#include <gtc/matrix_transform.hpp>
#include <gtc/type_ptr.hpp>
#include <gtc/constants.hpp>
#include <CEGUI/PropertyHelper.h>
#include <CEGUI/String.h>
#include <CEGUI/WindowManager.h>
#include <CEGUI/Window.h>
#include <iostream>
Macros | |
#define | BUFFER_OFFSET(i) ((char *)NULL + (i)) |
Functions | |
glm::vec2 | rotate2DVector (const glm::vec2 &vector, float angleDegrees) |
#define BUFFER_OFFSET | ( | i) | ((char *)NULL + (i)) |
glm::vec2 rotate2DVector | ( | const glm::vec2 & | vector, |
float | angleDegrees | ||
) |