Gorgon Game Engine
PointList.h File Reference
Include dependency graph for PointList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PointList< P_ >
 This class represents a set of points. More...
 

Namespaces

 Gorgon
 Root namespace for Gorgon Game Engine.
 
 Gorgon::Geometry
 This namespace contains geometric element classes.
 

Functions

template<class P_ >
bool operator!= (PointList< P_ > &left, const PointList< P_ > &right)
 Comparison: this operation is expensive: O(n). More...
 
template<class P_ >
bool operator< (PointList< P_ > &left, const PointList< P_ > &right)
 Comparison: this operation is expensive: O(n). More...
 
template<class P_ >
bool operator<= (PointList< P_ > &left, const PointList< P_ > &right)
 Comparison: this operation is expensive: O(n). More...
 
template<class P_ >
bool operator== (PointList< P_ > &left, const PointList< P_ > &right)
 Comparison: this operation is expensive: O(n). More...
 
template<class P_ >
bool operator> (PointList< P_ > &left, const PointList< P_ > &right)
 Comparison: this operation is expensive: O(n). More...
 
template<class P_ >
bool operator>= (PointList< P_ > &left, const PointList< P_ > &right)
 Comparison: this operation is expensive: O(n). More...
 
template<class P_ >
void swap (PointList< P_ > &left, PointList< P_ > &right)