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

Function Partner

TSConformal2D.h:711–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709 /// \related RoundPoint2D
710
711 inline RoundPoint2D Partner(const RoundPoint2D& a)
712 {
713 float z2 = a.z * a.z;
714 return (RoundPoint2D(a.x * z2, a.y * z2, a.z * z2, (a.x * a.x + a.y * a.y - a.z * a.w) * a.z));
715 }
716
717 /// \brief Returns the partner of the 2D dipole $d$.
718 /// \related Dipole2D

Callers

nothing calls this directly

Calls 2

RoundPoint2DClass · 0.85
Circle2DClass · 0.85

Tested by

no test coverage detected