operator *=(const TransformMatrix< T > &b) | TransformMatrix< T > | [inline] |
operator *=(T scale) | TransformMatrix< T > | [inline] |
operator!=(const TransformMatrix< T > &other) | TransformMatrix< T > | [inline] |
operator()(size_t row, size_t column) const | TransformMatrix< T > | [inline] |
operator()(size_t row, size_t column) | TransformMatrix< T > | [inline] |
operator+=(const TransformMatrix< T > &other) | TransformMatrix< T > | [inline] |
operator-=(const TransformMatrix< T > &other) | TransformMatrix< T > | [inline] |
operator==(const TransformMatrix< T > &other) const | TransformMatrix< T > | [inline] |
reset() | TransformMatrix< T > | [inline] |
rotateAroundZ(T phi) | TransformMatrix< T > | |
transform(const Vector &v, Vector &vt) const | TransformMatrix< T > | |
transformHomogen(const Vector &v, Vector &vt) const | TransformMatrix< T > | |
TransformMatrix() | TransformMatrix< T > | [inline] |
TransformMatrix(const TransformMatrix< T > &src) | TransformMatrix< T > | [inline] |
translate(T x, T y, T z) | TransformMatrix< T > | |
~TransformMatrix() | TransformMatrix< T > | [inline, virtual] |