ScummVM API documentation
hpl::cPlane< T > Class Template Reference

Public Member Functions

 cPlane (T aA, T aB, T aC, T aD)
 
 cPlane (const cVector3< T > &avNormal, const cVector3< T > &avPoint)
 
 cPlane (const cVector3< T > &avPoint0, const cVector3< T > &avPoint1, const cVector3< T > &avPoint2)
 
void FromNormalPoint (const cVector3< T > &avNormal, const cVector3< T > &avPoint)
 
void FromPoints (const cVector3< T > &avPoint0, const cVector3< T > &avPoint1, const cVector3< T > &avPoint2)
 
void Normalise ()
 
void CalcNormal ()
 
void FromVec (T *apV)
 

Public Attributes

a
 
b
 
c
 
d
 
cVector3< T > normal
 

The documentation for this class was generated from the following file: