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

2D Integer vector. More...

#include <Vec2i.h>

Inherits CGLA::ArithVec< int, Vec2i, 2 >.

List of all members.

Public Member Functions

 Vec2i ()
 Construct 0 vector.
 Vec2i (int _a, int _b)
 Construct 2D int vector.
 Vec2i (int a)
 Construct a 2D integer vector with two identical coordinates.
 Vec2i (const Vec2f &v)
 Convert from 2D float vector.

Detailed Description

2D Integer vector.


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