#include <iostream>
#include <iomanip>
#include "Vec3f.h"
#include "SkipString.h"
Include dependency graph for Vec3f.cpp:
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &o, const Vec3f &w) |
std::istream & | operator>> (std::istream &i, Vec3f &w) |
std::ostream& operator<< | ( | std::ostream & | o, | |
const Vec3f & | w | |||
) |
std::istream& operator>> | ( | std::istream & | i, | |
Vec3f & | w | |||
) |