Mana
Loading...
Searching...
No Matches
Classes | Functions
vector.h File Reference
#include <cmath>
#include <iostream>

Go to the source code of this file.

Classes

class  Vector
 Vector class. More...
 

Functions

bool operator== (const Vector &a, const Vector &b)
 
std::ostream & operator<< (std::ostream &os, const Vector &v)
 Appends a string representation of a vector to the output stream.
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const Vector v 
)

Appends a string representation of a vector to the output stream.

Definition at line 24 of file vector.cpp.

◆ operator==()

bool operator== ( const Vector a,
const Vector b 
)
inline

Definition at line 176 of file vector.h.