#include "Vector2.hpp"
Go to the source code of this file.
Classes | |
class | kn::Vector3< T > |
Namespaces | |
namespace | kn |
Typedefs | |
typedef Vector3< float > | kn::Vector3f |
typedef Vector3< double > | kn::Vector3d |
typedef Vector3< int > | kn::Vector3i |
Functions | |
template<class U > | |
Vector3< U > | kn::operator* (const U &d, const Vector3< U > &v) |
Multiplies a value with a Vector3. |