MCPcopy Create free account
hub / github.com/crownengine/crown / match2d

Function match2d

src/resource/expression_language.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 inline float match2d(float a, float b, float c, float d)
72 {
73 return match(a, b) * match(c, d);
74 }
75
76 /// Computes the function specified by @a op_code on the @a stack.
77 static inline void default_compute_function(int op_code, Stack &stack)

Callers 1

default_compute_functionFunction · 0.85

Calls 1

matchFunction · 0.70

Tested by

no test coverage detected