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

Go to the source code of this file.

Classes

class  basic_Point3D< T_ >
 

Namespaces

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

Typedefs

using Point3D = basic_Point3D< Float >
 

Functions

template<class T_ >
std::ostream & operator<< (std::ostream &out, const basic_Point3D< T_ > &point)
 Allows streaming of point. More...