#include <iosfwd>
#include <memory>
#include <string>
#include "gfx/gfx_export.h"
Go to the source code of this file.
|
constexpr bool | gfx::operator== (const Vector2dF &lhs, const Vector2dF &rhs) |
|
constexpr bool | gfx::operator!= (const Vector2dF &lhs, const Vector2dF &rhs) |
|
constexpr Vector2dF | gfx::operator- (const Vector2dF &v) |
|
Vector2dF | gfx::operator+ (const Vector2dF &lhs, const Vector2dF &rhs) |
|
Vector2dF | gfx::operator- (const Vector2dF &lhs, const Vector2dF &rhs) |
|
double | gfx::CrossProduct (const Vector2dF &lhs, const Vector2dF &rhs) |
|
double | gfx::DotProduct (const Vector2dF &lhs, const Vector2dF &rhs) |
|
Vector2dF | gfx::ScaleVector2d (const Vector2dF &v, float x_scale, float y_scale) |
|
Vector2dF | gfx::ScaleVector2d (const Vector2dF &v, float scale) |
|
void | gfx::PrintTo (const Vector2dF &vector, ::std::ostream *os) |
|