#include <mrpt/opengl/CArrow.h>

Public Member Functions | |
| void | render () |
| Render. | |
Static Public Member Functions | |
| static CArrowPtr | Create (float x0=0, float y0=0, float z0=0, float x1=1, float y1=1, float z1=1, float headRatio=0.2f, float smallRadius=0.05f, float largeRadius=0.2f, float arrow_roll=-1.0f, float arrow_pitch=-1.0f, float arrow_yaw=-1.0f) |
| Class factory. | |
Public Attributes | |
| float | m_x0 |
| float | m_y0 |
| float | m_z0 |
| float | m_x1 |
| float | m_y1 |
| float | m_z1 |
| float | m_headRatio |
| float | m_smallRadius |
| float | m_largeRadius |
| float | m_arrow_roll |
| float | m_arrow_pitch |
| float | m_arrow_yaw |
Private Member Functions | |
| CArrow (float x0=0, float y0=0, float z0=0, float x1=1, float y1=1, float z1=1, float headRatio=0.2f, float smallRadius=0.05f, float largeRadius=0.2f, float arrow_roll=-1.0f, float arrow_pitch=-1.0f, float arrow_yaw=-1.0f) | |
| Constructor. | |
| virtual | ~CArrow () |
| Private, virtual destructor: only can be deleted from smart pointers. | |
Definition at line 45 of file CArrow.h.
| mrpt::opengl::CArrow::CArrow | ( | float | x0 = 0, |
|
| float | y0 = 0, |
|||
| float | z0 = 0, |
|||
| float | x1 = 1, |
|||
| float | y1 = 1, |
|||
| float | z1 = 1, |
|||
| float | headRatio = 0.2f, |
|||
| float | smallRadius = 0.05f, |
|||
| float | largeRadius = 0.2f, |
|||
| float | arrow_roll = -1.0f, |
|||
| float | arrow_pitch = -1.0f, |
|||
| float | arrow_yaw = -1.0f | |||
| ) | [inline, private] |
| virtual mrpt::opengl::CArrow::~CArrow | ( | ) | [inline, private, virtual] |
| static CArrowPtr mrpt::opengl::CArrow::Create | ( | float | x0 = 0, |
|
| float | y0 = 0, |
|||
| float | z0 = 0, |
|||
| float | x1 = 1, |
|||
| float | y1 = 1, |
|||
| float | z1 = 1, |
|||
| float | headRatio = 0.2f, |
|||
| float | smallRadius = 0.05f, |
|||
| float | largeRadius = 0.2f, |
|||
| float | arrow_roll = -1.0f, |
|||
| float | arrow_pitch = -1.0f, |
|||
| float | arrow_yaw = -1.0f | |||
| ) | [inline, static] |
| void mrpt::opengl::CArrow::render | ( | ) | [virtual] |
| Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN:exported at Mon Jan 12 13:00:16 UTC 2009 |