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

Function operator +

TSDualNum.h:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 DualNum operator +(const DualNum& d1, const DualNum& d2)
163 {
164 return (DualNum(d1.s + d2.s, d1.t + d2.t));
165 }
166
167 DualNum operator +(const DualNum& d, float a)
168 {

Callers

nothing calls this directly

Calls 1

DualNumClass · 0.85

Tested by

no test coverage detected