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