TBox3< T > Class Template Reference

#include <TBox3.h>

List of all members.

Public Member Functions

 TBox3 ()
 TBox3 (const TVector3< T > &vPoint, const TVector3< T > &vA, const TVector3< T > &vB, const TVector3< T > &vC)
 TBox3 (const TBox3< T > &other)
const TBox3< T > & operator= (const TBox3< T > &other)
const TBox3< T > operator+ (const TVector3< T > &vec) const
const TBox3< T > & operator+= (const TVector3< T > &vec)
const CVector3f Center () const

Public Attributes

TVector3< T > m_vPoint
TVector3< T > m_vA
TVector3< T > m_vB
TVector3< T > m_vC


Detailed Description

template<typename T>
class TBox3< T >

Definition at line 31 of file TBox3.h.


Constructor & Destructor Documentation

template<typename T >
TBox3< T >::TBox3 (  )  [inline]

Definition at line 37 of file TBox3.h.

template<typename T >
TBox3< T >::TBox3 ( const TVector3< T > &  vPoint,
const TVector3< T > &  vA,
const TVector3< T > &  vB,
const TVector3< T > &  vC 
) [inline]

Definition at line 38 of file TBox3.h.

template<typename T >
TBox3< T >::TBox3 ( const TBox3< T > &  other  )  [inline]


Member Function Documentation

template<typename T >
const CVector3f TBox3< T >::Center (  )  const [inline]

Definition at line 47 of file TBox3.h.

References TBox3< T >::m_vA, TBox3< T >::m_vB, TBox3< T >::m_vC, and TBox3< T >::m_vPoint.

template<typename T >
const TBox3<T> TBox3< T >::operator+ ( const TVector3< T > &  vec  )  const [inline]

Definition at line 44 of file TBox3.h.

References TBox3< T >::m_vA, TBox3< T >::m_vB, TBox3< T >::m_vC, and TBox3< T >::m_vPoint.

template<typename T >
const TBox3<T>& TBox3< T >::operator+= ( const TVector3< T > &  vec  )  [inline]

Definition at line 45 of file TBox3.h.

References TBox3< T >::m_vPoint.

template<typename T >
const TBox3<T>& TBox3< T >::operator= ( const TBox3< T > &  other  )  [inline]

Definition at line 41 of file TBox3.h.

References TBox3< T >::m_vA, TBox3< T >::m_vB, TBox3< T >::m_vC, and TBox3< T >::m_vPoint.


Member Data Documentation

template<typename T >
TVector3<T> TBox3< T >::m_vA

template<typename T >
TVector3<T> TBox3< T >::m_vB

template<typename T >
TVector3<T> TBox3< T >::m_vC

template<typename T >
TVector3<T> TBox3< T >::m_vPoint


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

Generated on Wed Dec 10 03:22:19 2008 for VStudio by  doxygen 1.5.7.1