#include <Vertex.hpp>

Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Vertex &V) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Vertex & | V | |||
| ) |
Prints a given vertex to a stream
| os | the given stream | |
| V | the vertex |
Definition at line 30 of file Vertex.cpp.
References Vertex::x(), Vertex::y(), and Vertex::z().

1.5.6