Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_methods
Function · 0.80
test_normalization
Function · 0.80
test_factory_methods
Function · 0.80
test_comparison_operators
Function · 0.80
test_normalization
Function · 0.80
Calls
1
radians_to_degrees
Function · 0.85
Tested by
5
test_factory_methods
Function · 0.64
test_normalization
Function · 0.64
test_factory_methods
Function · 0.64
test_comparison_operators
Function · 0.64
test_normalization
Function · 0.64