ProtoZed  awesome branch
A simple but powerful game framework
Classes | Namespaces | Typedefs | Functions
Vector2.h File Reference

Classes

class  PZ::Vector2< T >
 

Namespaces

namespace  PZ
 

Typedefs

typedef Vector2< int > PZ::Vector2i
 
typedef Vector2< float > PZ::Vector2f
 

Functions

template<typename T >
const Vector2< T > PZ::operator* (T scalar, const Vector2< T > &other)
 
template<typename T >
const Vector2< T > PZ::operator/ (T scalar, const Vector2< T > &other)