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

Function Center

TSConformal3D.h:880–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878 /// \related RoundPoint3D
879
880 inline RoundPoint3D Center(const RoundPoint3D& a)
881 {
882 return (RoundPoint3D(a.x * a.w, a.y * a.w, a.z * a.w, a.w * a.w, a.w * a.u));
883 }
884
885 /// \brief Returns the center of the 3D dipole $d$.
886 /// \related Dipole3D

Callers

nothing calls this directly

Calls 1

RoundPoint3DClass · 0.85

Tested by

no test coverage detected