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

Function FlatCenter

TSConformal2D.h:661–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659 /// \related RoundPoint2D
660
661 inline FlatPoint2D FlatCenter(const RoundPoint2D& a)
662 {
663 return (FlatPoint2D(a.x, a.y, a.z));
664 }
665
666 /// \brief Returns the flat center of the 2D dipole $d$.
667 /// \related Dipole2D

Callers

nothing calls this directly

Calls 1

FlatPoint2DClass · 0.85

Tested by

no test coverage detected