#include <cstdint>#include <iosfwd>#include <string>#include "gfx/gfx_export.h"#include "vector2d_f.h"Go to the source code of this file.
Classes | |
| class | gfx::Vector2d |
Namespaces | |
| namespace | gfx |
Functions | |
| constexpr Vector2d | gfx::operator- (const Vector2d &v) |
| Vector2d | gfx::operator+ (const Vector2d &lhs, const Vector2d &rhs) |
| Vector2d | gfx::operator- (const Vector2d &lhs, const Vector2d &rhs) |
| void | gfx::PrintTo (const Vector2d &vector, ::std::ostream *os) |