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

Function Dot

TSVector2D.h:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 /// \related Vector2D
478
479 inline float Dot(const Vector2D& a, const Vector2D& b)
480 {
481 return (a.x * b.x + a.y * b.y);
482 }
483
484 inline float Dot(const Point2D& a, const Point2D& b)
485 {

Callers 2

ProjectFunction · 0.70
RejectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected