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

Function Container

TSConformal2D.h:686–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684 /// \related RoundPoint2D
685
686 inline Circle2D Container(const RoundPoint2D& a)
687 {
688 return (Circle2D(-a.z * a.z, a.x * a.z, a.y * a.z, a.z * a.w - a.x * a.x - a.y * a.y));
689 }
690
691 /// \brief Returns the container of the 2D dipole $d$.
692 /// \related Dipole2D

Callers

nothing calls this directly

Calls 1

Circle2DClass · 0.85

Tested by

no test coverage detected