#include <vhdRectangle3.h>
Public Member Functions | |
vhdRectangle3 () | |
vhdVector3 & | origin () |
const vhdVector3 & | origin () const |
vhdVector3 & | edge0 () |
const vhdVector3 & | edge0 () const |
vhdVector3 & | edge1 () |
const vhdVector3 & | edge1 () const |
bool | operator== (const vhdRectangle3 &p) const |
bool | operator!= (const vhdRectangle3 &p) const |
Protected Attributes | |
vhdVector3 | _kOrigin |
vhdVector3 | _kEdge0 |
vhdVector3 | _kEdge1 |
vhdRectangle3::vhdRectangle3 | ( | ) | [inline] |
vhdVector3& vhdRectangle3::origin | ( | ) | [inline] |
const vhdVector3& vhdRectangle3::origin | ( | ) | const [inline] |
vhdVector3& vhdRectangle3::edge0 | ( | ) | [inline] |
const vhdVector3& vhdRectangle3::edge0 | ( | ) | const [inline] |
vhdVector3& vhdRectangle3::edge1 | ( | ) | [inline] |
const vhdVector3& vhdRectangle3::edge1 | ( | ) | const [inline] |
bool vhdRectangle3::operator== | ( | const vhdRectangle3 & | p | ) | const [inline] |
bool vhdRectangle3::operator!= | ( | const vhdRectangle3 & | p | ) | const [inline] |
vhdVector3 vhdRectangle3::_kOrigin [protected] |
vhdVector3 vhdRectangle3::_kEdge0 [protected] |
vhdVector3 vhdRectangle3::_kEdge1 [protected] |