238 std::setw(11) << std::setprecision(6) <<
xx() <<
" " <<
239 std::setw(11) << std::setprecision(6) <<
xy() <<
" " <<
240 std::setw(11) << std::setprecision(6) <<
xz() <<
" " <<
241 std::setw(11) << std::setprecision(6) <<
xt() <<
")\n"
243 std::setw(11) << std::setprecision(6) <<
yx() <<
" " <<
244 std::setw(11) << std::setprecision(6) <<
yy() <<
" " <<
245 std::setw(11) << std::setprecision(6) <<
yz() <<
" " <<
246 std::setw(11) << std::setprecision(6) <<
yt() <<
")\n"
248 std::setw(11) << std::setprecision(6) <<
zx() <<
" " <<
249 std::setw(11) << std::setprecision(6) <<
zy() <<
" " <<
250 std::setw(11) << std::setprecision(6) <<
zz() <<
" " <<
251 std::setw(11) << std::setprecision(6) <<
zt() <<
")\n"
253 std::setw(11) << std::setprecision(6) <<
tx() <<
" " <<
254 std::setw(11) << std::setprecision(6) <<
ty() <<
" " <<
255 std::setw(11) << std::setprecision(6) <<
tz() <<
" " <<
256 std::setw(11) << std::setprecision(6) <<
tt() <<
") ]\n";