VectorNav C++ Library
vn::math::mat< 4, 4, T > Member List

This is the complete list of members for vn::math::mat< 4, 4, T >, including all inherited members.

add(const mat &toAdd) const vn::math::mat< 4, 4, T >inline
copy(const mat< 4, 4, S > &rhs) (defined in vn::math::mat< 4, 4, T >)vn::math::mat< 4, 4, T >inline
dimCol() const vn::math::mat< 4, 4, T >inline
dimRow() const vn::math::mat< 4, 4, T >inline
div(const double &scalar) const vn::math::mat< 4, 4, T >inline
evn::math::mat< 4, 4, T >
e00vn::math::mat< 4, 4, T >
e01vn::math::mat< 4, 4, T >
e02vn::math::mat< 4, 4, T >
e03vn::math::mat< 4, 4, T >
e10vn::math::mat< 4, 4, T >
e11vn::math::mat< 4, 4, T >
e12vn::math::mat< 4, 4, T >
e13vn::math::mat< 4, 4, T >
e20vn::math::mat< 4, 4, T >
e21vn::math::mat< 4, 4, T >
e22vn::math::mat< 4, 4, T >
e23vn::math::mat< 4, 4, T >
e30vn::math::mat< 4, 4, T >
e31vn::math::mat< 4, 4, T >
e32vn::math::mat< 4, 4, T >
e33vn::math::mat< 4, 4, T >
identity()vn::math::mat< 4, 4, T >inlinestatic
mat()vn::math::mat< 4, 4, T >inline
mat(T val)vn::math::mat< 4, 4, T >inlineexplicit
mat(T e00v, T e01v, T e02v, T e03v, T e10v, T e11v, T e12v, T e13v, T e20v, T e21v, T e22v, T e23v, T e30v, T e31v, T e32v, T e33v)vn::math::mat< 4, 4, T >inline
mat(vec< 4, T > col0, vec< 4, T > col1, vec< 4, T > col2, vec< 4, T > col3)vn::math::mat< 4, 4, T >inline
mult(const double &scalar) const vn::math::mat< 4, 4, T >inline
neg() const vn::math::mat< 4, 4, T >inline
one()vn::math::mat< 4, 4, T >inlinestatic
operator()(size_t row, size_t col)vn::math::mat< 4, 4, T >inline
operator()(size_t row, size_t col) const vn::math::mat< 4, 4, T >inline
operator*=(const S &rhs)vn::math::mat< 4, 4, T >inline
operator*=(const mat< 4, 4, S > &rhs)vn::math::mat< 4, 4, T >inline
operator+=(const mat< 4, 4, S > &rhs)vn::math::mat< 4, 4, T >inline
operator-() const vn::math::mat< 4, 4, T >inline
operator-=(const mat< 4, 4, S > &rhs)vn::math::mat< 4, 4, T >inline
operator/=(const S &rhs)vn::math::mat< 4, 4, T >inline
sub(const mat &toSub) const vn::math::mat< 4, 4, T >inline
transpose() const vn::math::mat< 4, 4, T >inline
zero()vn::math::mat< 4, 4, T >inlinestatic