Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
double DegToRad(double degree) { return degree * EIGEN_PI / 180; }
38
39
double RadToDeg(double radian) { return radian * 180 / EIGEN_PI; }
40
Callers
5
GravityRefinerOptions
Method · 0.85
SolveIRLS
Method · 0.85
FilterTracksByAngle
Method · 0.85
FilterTrackTriangulationAngle
Method · 0.85
ScoreErrorEssential
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected