Declaration of vctFrameBase.
More...
Go to the source code of this file.
|
template<class _rotationType > |
vctFrameBase< _rotationType > | operator* (const vctFrameBase< _rotationType > &frame1, const vctFrameBase< _rotationType > &frame2) |
|
template<vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _rotationType , class _elementType , class _dataPtrType > |
vctFixedSizeMatrix
< _elementType, 3, _cols > | operator* (const vctFrameBase< _rotationType > &frame, const vctFixedSizeConstMatrixBase< 3, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &matrix) |
|
template<class _rotationType > |
std::ostream & | operator<< (std::ostream &output, const vctFrameBase< _rotationType > &frame) |
|
Declaration of vctFrameBase.
template<class _rotationType >
template<vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _rotationType , class _elementType , class _dataPtrType >
template<class _rotationType >
std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
const vctFrameBase< _rotationType > & |
frame |
|
) |
| |