Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ convertToRadian
Function
convertToRadian
src/Core/Utils/MathUtils.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
double convertToRadian(const double value)
29
{
30
return (Utils::Math::pi / 180.0) * value;
31
}
32
33
double convertToDegree(const double value)
34
{
Callers
7
getHandlePoint
Method · 0.85
rotate
Method · 0.85
transformRef
Method · 0.85
draw
Method · 0.85
setPointPosition
Method · 0.85
rotate
Method · 0.85
MathUtilsTests.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected