|
GCOP
1.0
|
#include <cylinderview.h>


Public Member Functions | |
| CylinderView (double r=.5, double h=1, Matrix4d *g=0) | |
| virtual | ~CylinderView () |
| void | RenderGeom () |
Public Attributes | |
| double | r |
| double | h |
| GLUquadricObj * | qobj |
Cylinder view.
| CylinderView::CylinderView | ( | double | r = .5, |
| double | h = 1, |
||
| Matrix4d * | g = 0 |
||
| ) |
References qobj.
| CylinderView::~CylinderView | ( | ) | [virtual] |
References qobj.
| void CylinderView::RenderGeom | ( | ) | [virtual] |
Implements gcop::Geom3dView.
| double gcop::CylinderView::h |
Referenced by gcop::AirbotView::AirbotView(), gcop::AirmView::AirmView(), and RenderGeom().
| GLUquadricObj* gcop::CylinderView::qobj |
Referenced by CylinderView(), RenderGeom(), and ~CylinderView().
| double gcop::CylinderView::r |
Referenced by gcop::AirbotView::AirbotView(), gcop::AirmView::AirmView(), and RenderGeom().
1.7.6.1