#include <vhdCircle3.h>
Public Member Functions | |
vhdCircle3 () | |
vhdVector3 & | u () |
const vhdVector3 & | u () const |
vhdVector3 & | v () |
const vhdVector3 & | v () const |
vhdVector3 & | n () |
const vhdVector3 & | n () const |
vhdVector3 & | center () |
const vhdVector3 & | center () const |
vhtReal & | radius () |
const vhtReal & | radius () const |
Protected Attributes | |
vhdVector3 | _kU |
vhdVector3 | _kV |
vhdVector3 | _kN |
vhdVector3 | _kCenter |
vhtReal | _fRadius |
vhdCircle3::vhdCircle3 | ( | ) | [inline] |
vhdVector3& vhdCircle3::u | ( | ) | [inline] |
const vhdVector3& vhdCircle3::u | ( | ) | const [inline] |
vhdVector3& vhdCircle3::v | ( | ) | [inline] |
const vhdVector3& vhdCircle3::v | ( | ) | const [inline] |
vhdVector3& vhdCircle3::n | ( | ) | [inline] |
const vhdVector3& vhdCircle3::n | ( | ) | const [inline] |
vhdVector3& vhdCircle3::center | ( | ) | [inline] |
const vhdVector3& vhdCircle3::center | ( | ) | const [inline] |
vhtReal& vhdCircle3::radius | ( | ) | [inline] |
const vhtReal& vhdCircle3::radius | ( | ) | const [inline] |
vhdVector3 vhdCircle3::_kU [protected] |
vhdVector3 vhdCircle3::_kV [protected] |
vhdVector3 vhdCircle3::_kN [protected] |
vhdVector3 vhdCircle3::_kCenter [protected] |
vhtReal vhdCircle3::_fRadius [protected] |