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

Function operator *

TSDualNum.h:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 DualNum operator *(const DualNum& d1, const DualNum& d2)
183 {
184 return (DualNum(d1.s * d2.t + d1.t * d2.s, d1.t * d2.t));
185 }
186
187 DualNum operator *(const DualNum& d, float b)
188 {

Callers

nothing calls this directly

Calls 1

DualNumClass · 0.85

Tested by

no test coverage detected