Go to the source code of this file.
|
template<typename S > |
FCL_EXPORT TMatrix3< S > | fcl::operator* (const Matrix3< S > &m, const TaylorModel< S > &a) |
|
template<typename S > |
FCL_EXPORT TMatrix3< S > | fcl::operator* (const TaylorModel< S > &a, const Matrix3< S > &m) |
|
template<typename S > |
FCL_EXPORT TMatrix3< S > | fcl::operator* (const TaylorModel< S > &a, const TMatrix3< S > &m) |
|
template<typename S > |
FCL_EXPORT TMatrix3< S > | fcl::operator* (S d, const TMatrix3< S > &m) |
|
template<typename S > |
FCL_EXPORT TMatrix3< S > | fcl::operator+ (const Matrix3< S > &m1, const TMatrix3< S > &m2) |
|
template<typename S > |
FCL_EXPORT TMatrix3< S > | fcl::operator- (const Matrix3< S > &m1, const TMatrix3< S > &m2) |
|
template<typename S > |
FCL_EXPORT TMatrix3< S > | fcl::rotationConstrain (const TMatrix3< S > &m) |
|