- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [File List](files.md)
- [File Members](globals.md)
Vector2.h File Reference¶
#include "Vector.h"
#include <math.h>
Include dependency graph for Vector2.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes |
|
| class | Vector2 |
Defines |
|
| #define | __VECTOR2_H |
Functions |
|
| int | operator== (const Vector2 &a, const Vector2 &b) |
| Vector2 | operator/ (const Vector2 &a, const float s) |
| Vector2 | operator- (const Vector2 &unary) |
| Vector2 | operator+ (const Vector2 &a, const Vector2 &b) |
| Vector2 | operator- (const Vector2 &a, const Vector2 &b) |
| Vector2 | operator * (const Vector2 &a, const float s) |
| Vector2 | operator * (const float s, const Vector2 &a) |
| Vector2 | operator * (const Vector2 &a, const Vector2 &b) |
| float | operator| (const Vector2 &a, const Vector2 &b) |
| float | operator^ (const Vector2 &a, const Vector2 &b) |
| int | operator!= (const Vector2 &a, const Vector2 &b) |
| void | Swap (Vector2 &a, Vector2 &b) |