MCPcopy Create free account
hub / github.com/LabSound/LabSound / operator+

Function operator+

include/LabSound/core/FloatPoint3D.h:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28inline float3 operator+(const float3 & a, const float3 & b)
29{
30 return {a.x + b.x, a.y + b.y, a.z + b.z};
31}
32
33inline float3 operator-(const float3 & v)
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected