InfoVis 2013  1.0
Information Visualisation project - "Mapping Text with Phrase Nets"
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ArrowVertex Struct Reference

#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
 

Constructor & Destructor Documentation

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)

Member Data Documentation

float ArrowVertex::colourA
float ArrowVertex::colourB
float ArrowVertex::colourG
float ArrowVertex::colourR
float ArrowVertex::posX
float ArrowVertex::posY
float ArrowVertex::posZ

The documentation for this struct was generated from the following files: