Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ fmax
Function
fmax
src/resource/expression_language.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
};
55
56
inline float fmax(float a, float b)
57
{
58
return a > b ? a : b;
59
}
60
61
inline float length(float a, float b)
62
{
Callers
3
clampVelocity
Method · 0.85
clampVelocity
Method · 0.85
match
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected