Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Cross
Function
Cross
engine/Poseidon/Graphics/Shadow/ShadowMath.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
Vec3 Cross(const Vec3& a, const Vec3& b)
15
{
16
return {a.y * b.z - a.z * b.y, a.z * b.x - a.x * b.z, a.x * b.y - a.y * b.x};
17
}
18
19
float Length(const Vec3& v)
20
{
Callers
2
LookAt
Function · 0.85
test_shadowmap_math.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected