MCPcopy 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

clampVelocityMethod · 0.85
clampVelocityMethod · 0.85
matchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected