MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / DegToRad

Function DegToRad

deps/glomap/glomap/math/rigid3d.cc:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37double DegToRad(double degree) { return degree * EIGEN_PI / 180; }
38
39double RadToDeg(double radian) { return radian * 180 / EIGEN_PI; }
40

Callers 5

GravityRefinerOptionsMethod · 0.85
SolveIRLSMethod · 0.85
FilterTracksByAngleMethod · 0.85
ScoreErrorEssentialMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected