Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ is_zero
Function
is_zero
include/LabSound/core/FloatPoint3D.h:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
inline bool is_zero(const float3 & v)
98
{
99
return fabsf(v.x) < FLT_EPSILON && fabsf(v.y) < FLT_EPSILON && fabsf(v.z) < FLT_EPSILON;
100
}
101
102
typedef float3 FloatPoint3D;
103
Callers
3
getAzimuthElevation
Method · 0.85
dopplerRate
Method · 0.85
gain
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected