MCPcopy Create free account
hub / github.com/SpartanJ/eepp / radians

Function radians

include/eepp/math/math.hpp:49–51  ·  view source on GitHub ↗

Convert an Angle from Degrees to Radians */

Source from the content-addressed store, hash-verified

47
48/** Convert an Angle from Degrees to Radians */
49inline Float radians( const Float& Ang ) {
50 return Ang * EE_PI_180;
51}
52
53/** Convert an Angle from Math::Radians to Degrees */
54inline Float degrees( const Float& Radians ) {

Callers 2

updateVertexMethod · 0.85
drawArcMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected