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

Function Center

TSConformal2D.h:636–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634 /// \related RoundPoint2D
635
636 inline RoundPoint2D Center(const RoundPoint2D& a)
637 {
638 return (RoundPoint2D(a.x * a.z, a.y * a.z, a.z * a.z, a.z * a.w));
639 }
640
641 /// \brief Returns the center of the 2D dipole $d$.
642 /// \related Dipole2D

Callers

nothing calls this directly

Calls 1

RoundPoint2DClass · 0.85

Tested by

no test coverage detected