nux-0.9.48

NuxCore/Math/Vector2.h File Reference

#include "../Exception.h"
#include "Vector4.h"
#include "Vector3.h"

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 >
nux::DotProduct (const Vec2< T > &lhs, const Vec2< T > &rhs)
template<typename 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)