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

Unsigned short int 3D vector class. More...

#include <Vec3usi.h>

Inherits CGLA::ArithVec3Int< int, Vec3usi >.

List of all members.

Public Member Functions

 Vec3usi ()
 Construct 0 vector.
 Vec3usi (USInt _a, USInt _b, USInt _c)
 Construct a Vec3usi.
 Vec3usi (const Vec3i &v)
 Construct a Vec3usi from a Vec3i.

Detailed Description

Unsigned short int 3D vector class.

This class is mainly useful if we need a 3D int vector that takes up less room than a Vec3i but holds larger numbers than a Vec3c.


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