class csPlane A plane in 3D space
A plane in 3D space. The plane is given by the equation AAx + BBy + CCz + DD = 0, Where (AA,BB,CC) is given by the vector 'norm'.
float DD
csPlane()
csPlane(const csVector3& plane_norm, float d=0)
csPlane(float a, float b, float c, float d=0)
inline csVector3& Normal()
inline float& A()
inline float& B()
inline float& C()
inline float& D()
inline void Set(float a, float b, float c, float d)
inline float Classify(const csVector3& pt)
static float Classify(float A, float B, float C, float D, const csVector3& pt)
inline float Distance(const csVector3& pt)
void Invert()
void Normalize()
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de