GEL  2
GEL is a library for Geometry and Linear Algebra
Public Member Functions
CGLA::Vec2ui Class Reference

2D Integer vector. More...

#include <Vec2ui.h>

Inherits CGLA::ArithVec< unsigned int, Vec2ui, 2 >.

List of all members.

Public Member Functions

 Vec2ui ()
 Construct 0 vector.
 Vec2ui (unsigned int _a)
 Construct 2D int vector.
 Vec2ui (unsigned int _a, unsigned int _b)
 Construct 2D int vector.
 Vec2ui (const Vec2f &v)
 Convert from 2D float vector.

Detailed Description

2D Integer vector.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations