Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ TEST
Function
TEST
engine/dlib/src/test/test_math.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
#include
"dlib/math.h"
19
20
TEST(dmMath, ConstantsDefined)
21
{
22
ASSERT_NEAR(0.0f, cosf((float) M_PI_2), 0.0000001f);
23
}
24
25
TEST(dmMath, MinMax)
26
{
Callers
nothing calls this directly
Calls
9
Min
Function · 0.85
LinearBezier
Function · 0.85
QuadraticBezier
Function · 0.85
CubicBezier
Function · 0.85
Abs
Function · 0.85
TestRand
Function · 0.85
Max
Function · 0.50
Clamp
Function · 0.50
Select
Function · 0.50
Tested by
no test coverage detected