Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
vector2d_f.h File Reference
#include <iosfwd>
#include <memory>
#include <string>
#include "gfx/gfx_export.h"

Go to the source code of this file.

Classes

class  gfx::Vector2dF
 

Namespaces

namespace  gfx
 

Functions

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)