Ocean
Frustum.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::FrustumT< T >
 This class implements a viewing frustum. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef FrustumT< Scalar > Ocean::Frustum
 Definition of a frustum. More...
 
typedef FrustumT< double > Ocean::FrustumD
 Definition of a frustum with double values. More...
 
typedef FrustumT< float > Ocean::FrustumF
 Definition of a frustum vector with float values. More...
 
template<typename T >
using Ocean::FrustumsT = std::vector< FrustumT< T > >
 Definition of a typename alias for vectors with FrustumT objects. More...
 
typedef std::vector< Frustum > Ocean::Frustums
 Definition of a vector holding Frustum objects. More...
 
typedef std::vector< FrustumD > Ocean::FrustumsD
 Definition of a vector holding FrustumD objects. More...
 
typedef std::vector< FrustumF > Ocean::FrustumsF
 Definition of a vector holding FrustumF objects. More...