DSC Engine
|
Generic point definition. More...
Go to the source code of this file.
Classes | |
struct | DSC::Point< T > |
Generic point of two coordinates. More... | |
Functions | |
template<typename T > | |
bool | DSC::operator== (const Point< T > &p1, const Point< T > &p2) |
template<typename T > | |
bool | DSC::operator!= (const Point< T > &p1, const Point< T > &p2) |
Generic point definition.