Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Min
Function
Min
engine/Poseidon/Graphics/Shadow/ShadowMath.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
Vec3 Min(const Vec3& a, const Vec3& b)
41
{
42
return {std::min(a.x, b.x), std::min(a.y, b.y), std::min(a.z, b.z)};
43
}
44
45
Vec3 Max(const Vec3& a, const Vec3& b)
46
{
Callers
2
FitOrtho
Function · 0.70
InspectShadow
Function · 0.50
Calls
1
min
Function · 0.85
Tested by
1
InspectShadow
Function · 0.40