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

Function operator +

TSVector4D.h:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340
341 inline Vector4D operator +(const Vector4D& a, const Vector4D& b)
342 {
343 return (Vector4D(a.x + b.x, a.y + b.y, a.z + b.z, a.w + b.w));
344 }
345
346 inline Vector4D operator +(const Vector4D& a, const Vector3D& b)
347 {

Callers

nothing calls this directly

Calls 1

Vector4DClass · 0.85

Tested by

no test coverage detected