ADBLib  0.5
A simple library for rapid robot code development
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Pages
ADBLib::Matrix Member List

This is the complete list of members for ADBLib::Matrix, including all inherited members.

getValue(unsigned short int x, unsigned short int y) const ADBLib::Matrix
getXSize() const ADBLib::Matrix
getYSize() const ADBLib::Matrix
matADBLib::Matrixprotected
Matrix(unsigned short int x=2, unsigned short int y=2)ADBLib::Matrix
operator*(const Matrix &matr)ADBLib::Matrix
operator*(const double num)ADBLib::Matrix
operator+(const Matrix &matr)ADBLib::Matrix
operator-(const Matrix &matr)ADBLib::Matrix
setSize(unsigned short int newXSize, unsigned short int newYSize)ADBLib::Matrix
setValue(double value, unsigned short int x, unsigned short int y)ADBLib::Matrix
xSizeADBLib::Matrixprotected
ySizeADBLib::Matrixprotected