#include <vhdCylinder.h>
Public Member Functions | |
| vhdCylinder () | |
| vhdVector3 & | center () |
| const vhdVector3 & | center () const |
| vhdVector3 & | direction () |
| const vhdVector3 & | direction () const |
| vhtReal & | height () |
| vhtReal | height () const |
| vhtReal & | radius () |
| vhtReal | radius () const |
| bool & | capped () |
| bool | capped () const |
| vhdSegment3 | getSegment () const |
| void | generateCoordinateSystem () |
| vhdVector3 & | u () |
| const vhdVector3 & | u () const |
| vhdVector3 & | v () |
| const vhdVector3 & | v () const |
| vhdVector3 & | w () |
| const vhdVector3 & | w () const |
Protected Attributes | |
| vhdVector3 | _kCenter |
| vhdVector3 | _kDirection |
| vhdVector3 | _kU |
| vhdVector3 | _kV |
| vhtReal | _fHeight |
| vhtReal | _fRadius |
| bool | _bCapped |
| vhdCylinder::vhdCylinder | ( | ) | [inline] |
| vhdVector3& vhdCylinder::center | ( | ) | [inline] |
| const vhdVector3& vhdCylinder::center | ( | ) | const [inline] |
| vhdVector3& vhdCylinder::direction | ( | ) | [inline] |
| const vhdVector3& vhdCylinder::direction | ( | ) | const [inline] |
| vhtReal& vhdCylinder::height | ( | ) | [inline] |
| vhtReal vhdCylinder::height | ( | ) | const [inline] |
| vhtReal& vhdCylinder::radius | ( | ) | [inline] |
| vhtReal vhdCylinder::radius | ( | ) | const [inline] |
| bool& vhdCylinder::capped | ( | ) | [inline] |
| bool vhdCylinder::capped | ( | ) | const [inline] |
| vhdSegment3 vhdCylinder::getSegment | ( | ) | const [inline] |
| void vhdCylinder::generateCoordinateSystem | ( | ) | [inline] |
| vhdVector3& vhdCylinder::u | ( | ) | [inline] |
| const vhdVector3& vhdCylinder::u | ( | ) | const [inline] |
| vhdVector3& vhdCylinder::v | ( | ) | [inline] |
| const vhdVector3& vhdCylinder::v | ( | ) | const [inline] |
| vhdVector3& vhdCylinder::w | ( | ) | [inline] |
| const vhdVector3& vhdCylinder::w | ( | ) | const [inline] |
vhdVector3 vhdCylinder::_kCenter [protected] |
vhdVector3 vhdCylinder::_kDirection [protected] |
vhdVector3 vhdCylinder::_kU [protected] |
vhdVector3 vhdCylinder::_kV [protected] |
vhtReal vhdCylinder::_fHeight [protected] |
vhtReal vhdCylinder::_fRadius [protected] |
bool vhdCylinder::_bCapped [protected] |
1.5.1-p1