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

Function WedgeDot

TSDualNum.h:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 // ==============================================
228
229 DualNum WedgeDot(const DualNum& d1, const DualNum& d2)
230 {
231 return (DualNum(d1.s * d2.s, d1.s * d2.t + d1.t * d2.s));
232 }
233
234 DualNum WedgeDot(const DualNum& d, float a)
235 {

Callers

nothing calls this directly

Calls 1

DualNumClass · 0.85

Tested by

no test coverage detected