|
InfoVis 2013
1.0
Information Visualisation project - "Mapping Text with Phrase Nets"
|
#include <Renderer.h>
Public Member Functions | |
| ArrowVertex (const glm::vec3 &position, const glm::vec4 &colour) | |
| ArrowVertex (const glm::vec2 &position, const glm::vec4 &colour) | |
| ArrowVertex (const ArrowVertex &original) | |
Public Attributes | |
| float | posX |
| float | posY |
| float | posZ |
| float | colourR |
| float | colourG |
| float | colourB |
| float | colourA |
| ArrowVertex::ArrowVertex | ( | const glm::vec3 & | position, |
| const glm::vec4 & | colour | ||
| ) |
| ArrowVertex::ArrowVertex | ( | const glm::vec2 & | position, |
| const glm::vec4 & | colour | ||
| ) |
| ArrowVertex::ArrowVertex | ( | const ArrowVertex & | original) |
| float ArrowVertex::colourA |
| float ArrowVertex::colourB |
| float ArrowVertex::colourG |
| float ArrowVertex::colourR |
| float ArrowVertex::posX |
| float ArrowVertex::posY |
| float ArrowVertex::posZ |