Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ create_from_degrees
Method
create_from_degrees
src/geode/geometry/angle.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
Angle Angle::create_from_degrees( double degrees )
54
{
55
return Angle{ degrees_to_radians( degrees ) };
56
}
57
58
Angle Angle::create_from_vectors(
59
const Vector3D& vector1, const Vector3D& vector2 )
Callers
3
test_factory_methods
Function · 0.80
test_comparison_operators
Function · 0.80
test_arithmetic
Function · 0.80
Calls
1
degrees_to_radians
Function · 0.85
Tested by
3
test_factory_methods
Function · 0.64
test_comparison_operators
Function · 0.64
test_arithmetic
Function · 0.64