#include <gmtl/Defines.h>
#include <gmtl/VecBase.h>
Go to the source code of this file.
Classes | |
class | gmtl::Point< DATA_TYPE, SIZE > |
Point Use points when you need to represent a position. More... | |
Namespaces | |
namespace | gmtl |
Meta programming classes. | |
Typedefs | |
typedef Point< int, 2 > | gmtl::Point2i |
typedef Point< float, 2 > | gmtl::Point2f |
typedef Point< double, 2 > | gmtl::Point2d |
typedef Point< int, 3 > | gmtl::Point3i |
typedef Point< float, 3 > | gmtl::Point3f |
typedef Point< double, 3 > | gmtl::Point3d |
typedef Point< int, 4 > | gmtl::Point4i |
typedef Point< float, 4 > | gmtl::Point4f |
typedef Point< double, 4 > | gmtl::Point4d |