MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/SOAR / mod

Function mod

src/planner/plan_env/src/raycast.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11double mod(double value, double modulus)
12{
13 return fmod(fmod(value, modulus) + modulus, modulus);
14}
15
16double intbound(double s, double ds)
17{

Callers 1

intboundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected