MCPcopy 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_methodsFunction · 0.80
test_arithmeticFunction · 0.80

Calls 1

degrees_to_radiansFunction · 0.85

Tested by 3

test_factory_methodsFunction · 0.64
test_arithmeticFunction · 0.64