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

Function Max

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

Source from the content-addressed store, hash-verified

43}
44
45Vec3 Max(const Vec3& a, const Vec3& b)
46{
47 return {std::max(a.x, b.x), std::max(a.y, b.y), std::max(a.z, b.z)};
48}
49
50Mat4 Identity()
51{

Callers 2

FitOrthoFunction · 0.70
InspectShadowFunction · 0.50

Calls

no outgoing calls

Tested by 1

InspectShadowFunction · 0.40