MCPcopy 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
77inline 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
82inline float3 cross(const float3 & a, const float3 & b)
83{

Callers 5

distanceFromPointToLineFunction · 0.85
getAzimuthElevationMethod · 0.85
dopplerRateMethod · 0.85
gainMethod · 0.85
magnitudeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected