Classes | Typedefs | Functions

src/lib/geometry/Vertex.hpp File Reference

#include <iostream>
#include <math.h>
#include "Vertex.tcc"
Include dependency graph for Vertex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lssr::Vertex< CoordType >
 Basic vertex class. Supports all arithmetic operators as well as indexed access and matrix multiplication with the Matrix4 class. More...

Typedefs

typedef Vertex< float > lssr::Vertexf
 Convenience typedef for float vertices.
typedef Vertex< double > lssr::Vertexd
 Convenience typedef for double vertices.

Functions

template<typename CoordType >
ostream & lssr::operator<< (ostream &os, const Vertex< CoordType > v)
 Output operator for vertex types.
 All Classes Files Functions Variables Typedefs Defines