#include <TPlane.h>
Public Member Functions | |
| TPlane () | |
| TPlane (const T &a, const T &b, const T &c, const T &d) | |
| TPlane (const TPlane< T > &other) | |
| const TPlane< T > & | operator= (const TPlane &other) |
| void | Set (const T &a, const T &b, const T &c, const T &d) |
| T | Distance (const TVector3< T > &vec) const |
Public Attributes | |
| T | m_A |
| T | m_B |
| T | m_C |
| T | m_D |
Definition at line 29 of file TPlane.h.
| void TPlane< T >::Set | ( | const T & | a, | |
| const T & | b, | |||
| const T & | c, | |||
| const T & | d | |||
| ) | [inline] |
Definition at line 61 of file TPlane.h.
Referenced by CFrustum::CalculateFrustum(), TPlane< float >::Distance(), TPlane< float >::operator=(), TPlane< float >::Set(), CFrustum::SphereInFrustum(), and TPlane< float >::TPlane().
Definition at line 61 of file TPlane.h.
Referenced by CFrustum::BoxInFrustum(), CFrustum::CalculateFrustum(), TPlane< float >::Distance(), TPlane< float >::operator=(), TPlane< float >::Set(), CFrustum::SphereInFrustum(), and TPlane< float >::TPlane().
Definition at line 61 of file TPlane.h.
Referenced by CFrustum::BoxInFrustum(), CFrustum::CalculateFrustum(), TPlane< float >::Distance(), TPlane< float >::operator=(), TPlane< float >::Set(), CFrustum::SphereInFrustum(), and TPlane< float >::TPlane().
Definition at line 61 of file TPlane.h.
Referenced by CFrustum::BoxInFrustum(), CFrustum::CalculateFrustum(), TPlane< float >::Distance(), TPlane< float >::operator=(), TPlane< float >::Set(), CFrustum::SphereInFrustum(), and TPlane< float >::TPlane().
1.5.7.1