Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ convertToDegree
Function
convertToDegree
src/Core/Utils/MathUtils.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
double convertToDegree(const double value)
34
{
35
return (180.0 / Utils::Math::pi) * value;
36
}
37
38
double normalize(const double value, const double start, const double end)
39
{
Callers
1
MathUtilsTests.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected