24 std::setw(11) << std::setprecision(6) <<
xx() <<
" " <<
25 std::setw(11) << std::setprecision(6) <<
xy() <<
" " <<
26 std::setw(11) << std::setprecision(6) <<
xz() <<
")\n"
28 std::setw(11) << std::setprecision(6) <<
yx() <<
" " <<
29 std::setw(11) << std::setprecision(6) <<
yy() <<
" " <<
30 std::setw(11) << std::setprecision(6) <<
yz() <<
")\n"
32 std::setw(11) << std::setprecision(6) <<
zx() <<
" " <<
33 std::setw(11) << std::setprecision(6) <<
zy() <<
" " <<
34 std::setw(11) << std::setprecision(6) <<
zz() <<
") ]\n";