#include <vhdCone3.h>
Public Member Functions | |
| vhdCone3 () | |
| vhdVector3 & | vertex () |
| const vhdVector3 & | vertex () const |
| vhdVector3 & | axis () |
| const vhdVector3 & | axis () const |
| vhtReal & | cosAngle () |
| const vhtReal & | cosAngle () const |
| vhtReal & | sinAngle () |
| const vhtReal & | sinAngle () const |
Protected Attributes | |
| vhdVector3 | _kVertex |
| vhdVector3 | _kAxis |
| vhtReal | _fCos |
| vhtReal | _fSin |
| vhdCone3::vhdCone3 | ( | ) | [inline] |
| vhdVector3& vhdCone3::vertex | ( | ) | [inline] |
| const vhdVector3& vhdCone3::vertex | ( | ) | const [inline] |
| vhdVector3& vhdCone3::axis | ( | ) | [inline] |
| const vhdVector3& vhdCone3::axis | ( | ) | const [inline] |
| vhtReal& vhdCone3::cosAngle | ( | ) | [inline] |
| const vhtReal& vhdCone3::cosAngle | ( | ) | const [inline] |
| vhtReal& vhdCone3::sinAngle | ( | ) | [inline] |
| const vhtReal& vhdCone3::sinAngle | ( | ) | const [inline] |
vhdVector3 vhdCone3::_kVertex [protected] |
vhdVector3 vhdCone3::_kAxis [protected] |
vhtReal vhdCone3::_fCos [protected] |
vhtReal vhdCone3::_fSin [protected] |
1.5.1-p1