alternative Standard Libary  0.29.8
boundingbox.hpp-Dateireferenz
#include "vector4.hpp"
+ Include-Abhängigkeitsdiagramm für boundingbox.hpp:

gehe zum Quellcode dieser Datei

Klassen

class  std::math::boundingbox< T >
 a clasd for a BoundingBox Mehr ...
 
class  std::math::boundingbox< T >
 a clasd for a BoundingBox Mehr ...
 

Namensbereiche

 std
 
 std::math
 

Typdefinitionen

typedef enum std::math::boundingcontains std::math::contains_t
 enum Mehr ...
 
typedef boundingbox< float > std::math::bbox
 bbox is a float boundingbox type Mehr ...
 
typedef boundingbox< double > std::math::dbox
 dbox is a double boundingbox type Mehr ...
 

Aufzählungen

enum  std::math::boundingcontains { std::math::Disjoint, std::math::Contains, std::math::Intersects }
 enum Mehr ...
 

Funktionen

template<typename T >
bool std::math::operator== (const boundingbox< T > &a, const boundingbox< T > &b)
 
template<typename T >
bool std::math::operator!= (const boundingbox< T > &a, const boundingbox< T > &b)
 
template<typename T >
bool std::math::operator<= (const boundingbox< T > &a, const boundingbox< T > &b)
 
template<typename T >
bool std::math::operator>= (const boundingbox< T > &a, const boundingbox< T > &b)
 
template<typename T >
bool std::math::operator> (const boundingbox< T > &a, const boundingbox< T > &b)
 
template<typename T >
bool std::math::operator< (const boundingbox< T > &a, const boundingbox< T > &b)