MCPcopy 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
39const double PI = boost::math::constants::pi<double>();
40double to_radian(double deg) { return PI * deg / 180; }
41
42#define Schema Ifc4x3_add2
43

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected