
Go to the source code of this file.
| Functions | |
| Vector2 | operator* (double r, const Vector2 &u) | 
| Left multiplication by a real value. | |
| std::ostream & | operator<< (std::ostream &out, const Vector2 &u) | 
| Out stream override: prints the 3 vector components. | |
Left multiplication by a real value.
Definition at line 101 of file Vector2.cpp.
| std::ostream& operator<< | ( | std::ostream & | out, | 
| const Vector2 & | u | ||
| ) | 
Out stream override: prints the 3 vector components.
Definition at line 131 of file Vector2.cpp.