MCPcopy 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

getHandlePointMethod · 0.85
rotateMethod · 0.85
transformRefMethod · 0.85
drawMethod · 0.85
setPointPositionMethod · 0.85
rotateMethod · 0.85
MathUtilsTests.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected