MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / degrees

Method degrees

src/geode/geometry/angle.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 double Angle::degrees() const
74 {
75 return radians_to_degrees( radians_ );
76 }
77
78 double Angle::sin() const
79 {

Callers 5

test_factory_methodsFunction · 0.80
test_normalizationFunction · 0.80
test_factory_methodsFunction · 0.80
test_normalizationFunction · 0.80

Calls 1

radians_to_degreesFunction · 0.85

Tested by 5

test_factory_methodsFunction · 0.64
test_normalizationFunction · 0.64
test_factory_methodsFunction · 0.64
test_normalizationFunction · 0.64