MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Dot

Function Dot

engine/Poseidon/Graphics/Shadow/ShadowMath.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{
8
9float Dot(const Vec3& a, const Vec3& b)
10{
11 return a.x * b.x + a.y * b.y + a.z * b.z;
12}
13
14Vec3 Cross(const Vec3& a, const Vec3& b)
15{

Callers 4

LengthFunction · 0.85
LookAtFunction · 0.85
ShadowBiasFunction · 0.85
FrustumBoundingSphereFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected