vrecko
virtual reality framework
|
Go to the source code of this file.
Classes | |
class | gmVector2 |
Functions | |
gmVector2 | operator* (double c, const gmVector2 &v) |
double | distance (const gmVector2 &v1, const gmVector2 &v2) |
double | distanceSquared (const gmVector2 &v1, const gmVector2 &v2) |
double | dot (const gmVector2 &v1, const gmVector2 &v2) |
gmVector2 | lerp (double f, const gmVector2 &v1, const gmVector2 &v2) |
ostream & | operator<< (ostream &os, const gmVector2 &v) |
|
inline |