PrevUpHomeNext

Math utilities

Angles
Vectors

#include <oalplus/math/angle.hpp>

using oglplus::Angle;

typedef Angle<ALfloat> Anglef;

#include <oalplus/math/vector.hpp>

using oglplus::Vector;

typedef Vector<ALfloat, 3> Vec3f;

PrevUpHomeNext