MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / Container

Function Container

TSConformal3D.h:940–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Sphere3DClass · 0.85

Tested by

no test coverage detected