|
nux-0.9.46
|
Go to the source code of this file.
Data Structures | |
| class | nux::Vec2< T > |
Namespaces | |
| namespace | nux |
Typedefs | |
| typedef Vec2< float > | nux::Vector2 |
| typedef Vec2< float > | nux::Vertex2 |
Functions | |
| template<typename T > | |
| T | nux::DotProduct (const Vec2< T > &lhs, const Vec2< T > &rhs) |
| template<typename T > | |
| T | nux::CrossProduct (const Vec2< T > &lhs, const Vec2< T > &rhs) |
| template<typename U > | |
| Vec2< U > | nux::operator* (const U &f, const Vec2< U > &v) |