|
HDK
|
This is the complete list of members for ev_Matrix, including all inherited members.
| add(const ev_Matrix &src) | ev_Matrix | |
| castFrom(const char *str) | ev_Matrix | |
| castFrom(fpreal val) | ev_Matrix | |
| castFrom(const ev_Vector &from) | ev_Matrix | |
| castTo(ev_Vector &to) const | ev_Matrix | |
| castToFloat(fpreal &rval) const | ev_Matrix | |
| castToString() const | ev_Matrix | |
| copy(const ev_Matrix &src) | ev_Matrix | |
| ev_Matrix(int rows=1, int cols=1) | ev_Matrix | |
| ev_Matrix(const ev_Matrix &src) | ev_Matrix | |
| fastGet(int r, int c) const | ev_Matrix | inline |
| getCols() const | ev_Matrix | inline |
| getMatrix3(UT_Matrix3R &v, int overwrite=1) const | ev_Matrix | |
| getMatrix4(UT_Matrix4R &v, int overwrite=1) const | ev_Matrix | |
| getRows() const | ev_Matrix | inline |
| getValue(int r, int c) const | ev_Matrix | |
| grow(int rows, int cols) | ev_Matrix | inline |
| identity(int size) | ev_Matrix | |
| operator()(int r, int c) const | ev_Matrix | inline |
| operator=(const ev_Matrix &src)=delete | ev_Matrix | |
| scan(const char *str) | ev_Matrix | |
| setCols(int cols) | ev_Matrix | |
| setMatrix3(const UT_Matrix3R &v) | ev_Matrix | |
| setMatrix4(const UT_Matrix4R &v) | ev_Matrix | |
| setRows(int rows) | ev_Matrix | |
| setValue(int r, int c, fpreal val) | ev_Matrix | |
| sub(const ev_Matrix &src) | ev_Matrix | |
| times(fpreal scalar) | ev_Matrix | |
| times(const ev_Matrix &src) | ev_Matrix | |
| ~ev_Matrix() | ev_Matrix |