#include "vertex.h"
#include <iostream>
Include dependency graph for vertex.cpp:
Functions | |
Vertex | operator+ (const Vertex &v1, const Vertex &v2) |
Vertex | operator- (const Vertex &v1, const Vertex &v2) |
Vertex | operator * (const Vertex &v, const float f) |
Vertex | operator/ (const Vertex &v, const float f) |
std::ostream & | operator<< (std::ostream &os, const Vertex &v) |
|
|
|
|
|
|
|
|
|
|