Home
last modified time | relevance | path

Searched refs:mod360_positive (Results 1 – 1 of 1) sorted by relevance

/dports/misc/visp/visp-3.4.0/3rdparty/apriltag/common/
H A Dmath_util.h134 static inline double mod360_positive(double vin) in mod360_positive() function
142 return mod360_positive(vin + 180) - 180; in mod360()