![]() |
VR-Forces 4.6.1 Class Documentation
|
Template for 32/64 bit bit frustums. More...
Public Member Functions | |
| Frustum () | |
| virtual | ~Frustum () |
| void | SetPlane (FrustumPlane plane, T d, const DtVector3< T > &vNormal) |
| const DtPlane< T > & | GetPlane (FrustumPlane plane) |
| bool | IsVisible (const DtAxisAlignedBoundingBox< T > &box) const |
| VisibilityFromCamera | GetVisibility (const DtAxisAlignedBoundingBox< T > &box) const |
Private Attributes | |
| std::vector< DtPlane< T > > | m_FrustumPlanes |
Template for 32/64 bit bit frustums.
| makVrv::Frustum< T >::Frustum | ( | ) |
|
virtual |
| void makVrv::Frustum< T >::SetPlane | ( | FrustumPlane | plane, |
| T | d, | ||
| const DtVector3< T > & | vNormal | ||
| ) |
| const DtPlane<T>& makVrv::Frustum< T >::GetPlane | ( | FrustumPlane | plane | ) |
| bool makVrv::Frustum< T >::IsVisible | ( | const DtAxisAlignedBoundingBox< T > & | box | ) | const |
| VisibilityFromCamera makVrv::Frustum< T >::GetVisibility | ( | const DtAxisAlignedBoundingBox< T > & | box | ) | const |
|
private |