MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isDoubleInt

Function isDoubleInt

src/Core/Utils/MathUtils.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 bool isDoubleInt(const double& value)
24 {
25 return (int(value) == value);
26 }
27
28 double convertToRadian(const double value)
29 {

Callers 1

MathUtilsTests.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected