Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ to_radian
Function
to_radian
src/examples/IfcAlignment.cpp:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
39
const double PI = boost::math::constants::pi<double>();
40
double to_radian(double deg) { return PI * deg / 180; }
41
42
#define Schema Ifc4x3_add2
43
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected