RT
friend std::ostream& operator<<(std::ostream& os, const Vertex& v){ os << "v " << v.X() << ", " << v.Y() << ", " << v.Z(); return os; }