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

Function Dual

TSConformal2D.h:480–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478 /// \related RoundPoint2D
479
480 inline Circle2D Dual(const RoundPoint2D& a)
481 {
482 return (Circle2D(-a.z, a.x, a.y, -a.w));
483 }
484
485 /// \brief Returns the dual of the 2D dipole $d$, which is a 2D dipole.
486 /// \related Dipole2D

Callers

nothing calls this directly

Calls 3

Circle2DClass · 0.85
Dipole2DClass · 0.85
RoundPoint2DClass · 0.85

Tested by

no test coverage detected