eng::Int3 Class Reference

Three integers. More...

#include <eng_types.hh>

List of all members.

Public Member Functions

 Int3 (void)
 Int3 (int x, int y, int z)
int & operator[] (uint i)
const int & operator[] (uint i) const

Private Attributes

int mInt [3]

Friends

bool operator== (const Int3 &a, const Int3 &b)
bool operator!= (const Int3 &a, const Int3 &b)


Detailed Description

Three integers.

Constructor & Destructor Documentation

eng::Int3::Int3 ( void   )  [inline]

eng::Int3::Int3 ( int  x,
int  y,
int  z 
) [inline]


Member Function Documentation

int& eng::Int3::operator[] ( uint  i  )  [inline]

const int& eng::Int3::operator[] ( uint  i  )  const [inline]


Friends And Related Function Documentation

bool operator== ( const Int3 a,
const Int3 b 
) [friend]

bool operator!= ( const Int3 a,
const Int3 b 
) [friend]


Member Data Documentation

int eng::Int3::mInt[3] [private]


The documentation for this class was generated from the following file: Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:25 2007