| 938 | /// \related RoundPoint3D |
| 939 | |
| 940 | inline Sphere3D Container(const RoundPoint3D& a) |
| 941 | { |
| 942 | return (Sphere3D(-a.w * a.w, a.x * a.w, a.y * a.w, a.z * a.w, a.w * a.u - a.x * a.x - a.y * a.y - a.z * a.z)); |
| 943 | } |
| 944 | |
| 945 | /// \brief Returns the container of the 3D dipole $d$. |
| 946 | /// \related Dipole3D |