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

Function operator+=

include/LabSound/core/FloatPoint3D.h:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57inline float3 operator+=(float3 & a, const float3 & b)
58{
59 return a = a + b;
60}
61
62inline float3 operator-=(float3 & a, const float3 & b)
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected