#include "Vector.hpp"


Go to the source code of this file.
Classes | |
| class | kn::Vector2< T > |
Namespaces | |
| namespace | kn |
Typedefs | |
| typedef Vector2< float > | kn::Vector2f |
| typedef Vector2< double > | kn::Vector2d |
| typedef Vector2< int > | kn::Vector2i |
| typedef Vector2< unsigned int > | kn::Vector2u |
Functions | |
| template<class U > | |
| Vector2< U > | kn::operator* (const U &d, const Vector2< U > &v) |
| Multiplies a value with a Vector2. | |
1.5.8