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

#include <Arrow.h>

Public Member Functions

 Arrow (const glm::vec2 &startPos, const glm::vec2 &endPos, int startToEndConnectionsCount, int endToStartConnectionsCount)
 
 Arrow (const Arrow &original)
 

Public Attributes

glm::vec2 m_startPos
 
glm::vec2 m_endPos
 
int m_startToEndConnectionsCount
 
int m_endToStartConnectionsCount
 

Constructor & Destructor Documentation

Arrow::Arrow ( const glm::vec2 &  startPos,
const glm::vec2 &  endPos,
int  startToEndConnectionsCount,
int  endToStartConnectionsCount 
)
Arrow::Arrow ( const Arrow original)

Member Data Documentation

glm::vec2 Arrow::m_endPos
int Arrow::m_endToStartConnectionsCount
glm::vec2 Arrow::m_startPos
int Arrow::m_startToEndConnectionsCount

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