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

Method Container

TSConformal2D.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46// ==============================================
47
48Circle2D Terathon::Container(const Dipole2D& d)
49{
50 return (Circle2D(-d.g.x * d.g.x - d.g.y * d.g.y,
51 -d.g.x * d.g.z - d.g.y * d.p.z,
52 d.g.x * d.p.z - d.g.y * d.g.z,
53 d.g.y * d.p.x - d.g.x * d.p.y - d.g.z * d.g.z));
54}
55
56// ==============================================
57// Partner

Callers

nothing calls this directly

Calls 1

Circle2DClass · 0.85

Tested by

no test coverage detected