Go to the source code of this file.
template<>
std::ostream& operator<< < double > |
( |
std::ostream & |
s, |
|
|
const TkRotation< double > & |
rtmp |
|
) |
| |
Definition at line 12 of file TkRotation.cc.
References alignCSCRings::s.
13 return s <<
" (" << rtmp.
xx() <<
',' << rtmp.
xy() <<
',' << rtmp.
xz() <<
")\n"
14 <<
" (" << rtmp.
yx() <<
',' << rtmp.
yy() <<
',' << rtmp.
yz() <<
")\n"
15 <<
" (" << rtmp.
zx() <<
',' << rtmp.
zy() <<
',' << rtmp.
zz() <<
") ";
template<>
std::ostream& operator<< < double > |
( |
std::ostream & |
s, |
|
|
const TkRotation2D< double > & |
rtmp |
|
) |
| |
template<>
std::ostream& operator<< < float > |
( |
std::ostream & |
s, |
|
|
const TkRotation< float > & |
rtmp |
|
) |
| |
Definition at line 5 of file TkRotation.cc.
References alignCSCRings::s.
6 return s <<
" (" << rtmp.
xx() <<
',' << rtmp.
xy() <<
',' << rtmp.
xz() <<
")\n"
7 <<
" (" << rtmp.
yx() <<
',' << rtmp.
yy() <<
',' << rtmp.
yz() <<
")\n"
8 <<
" (" << rtmp.
zx() <<
',' << rtmp.
zy() <<
',' << rtmp.
zz() <<
") ";
template<>
std::ostream& operator<< < float > |
( |
std::ostream & |
s, |
|
|
const TkRotation2D< float > & |
rtmp |
|
) |
| |