Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ dot
Function
dot
include/LabSound/core/FloatPoint3D.h:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
inline float dot(const float3 & a, const float3 & b)
78
{
79
return a.x * b.x + a.y * b.y + a.z * b.z;
80
}
81
82
inline float3 cross(const float3 & a, const float3 & b)
83
{
Callers
5
distanceFromPointToLine
Function · 0.85
getAzimuthElevation
Method · 0.85
dopplerRate
Method · 0.85
gain
Method · 0.85
magnitude
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected