| 878 | /// \related RoundPoint3D |
| 879 | |
| 880 | inline RoundPoint3D Center(const RoundPoint3D& a) |
| 881 | { |
| 882 | return (RoundPoint3D(a.x * a.w, a.y * a.w, a.z * a.w, a.w * a.w, a.w * a.u)); |
| 883 | } |
| 884 | |
| 885 | /// \brief Returns the center of the 3D dipole $d$. |
| 886 | /// \related Dipole3D |
nothing calls this directly
no test coverage detected