StarEngine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
pos.cpp File Reference
#include "pos.h"
Include dependency graph for pos.cpp:

Namespaces

 star
 

Functions

pos star::operator* (unsigned int n, const pos &yRef)
 
pos star::operator* (unsigned long n, const pos &yRef)
 
pos star::operator* (int n, const pos &yRef)
 
pos star::operator* (long n, const pos &yRef)
 
pos star::operator* (float n, const pos &yRef)
 
pos star::operator* (double n, const pos &yRef)
 
pos star::operator* (const vec2 &v, const pos &yRef)
 
pos star::operator/ (unsigned int n, const pos &yRef)
 
pos star::operator/ (unsigned long n, const pos &yRef)
 
pos star::operator/ (int n, const pos &yRef)
 
pos star::operator/ (long n, const pos &yRef)
 
pos star::operator/ (float n, const pos &yRef)
 
pos star::operator/ (double n, const pos &yRef)
 
pos star::operator/ (const vec2 &v, const pos &yRef)
 
bool star::operator== (const vec2 &lRef, const pos &rRef)
 
bool star::operator!= (const vec2 &lRef, const pos &rRef)