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

Function operator/

include/LabSound/core/FloatPoint3D.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52inline float3 operator/(const float3 & v, float s)
53{
54 return v * (1.0f / s);
55}
56
57inline float3 operator+=(float3 & a, const float3 & b)
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected