GameKit  0.0.1a
C++ gamedev tools
Classes | Namespaces | Typedefs | Functions
Vector2.hpp File Reference
#include <stdexcept>
#include <utility>
#include "IntTypes.hpp"

Go to the source code of this file.

Classes

class  gk::Vector2< T >
 

Namespaces

 gk
 

Typedefs

using gk::Vector2i = Vector2< int >
 
using gk::Vector2u = Vector2< unsigned int >
 
using gk::Vector2f = Vector2< float >
 
using gk::Vector2d = Vector2< double >
 

Functions

template<typename T >
Vector2< T > gk::operator* (T n, Vector2< T > &vector2)