mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-09-28 22:37:33 +00:00
Added clip for integers and updated attitude from tilt
This commit is contained in:
@@ -9,6 +9,8 @@ namespace sta
|
||||
{
|
||||
float fast_inv_sqrt(float);
|
||||
|
||||
int clip(int value, int min, int max);
|
||||
|
||||
float clip(float value, float min, float max);
|
||||
} // namespace math
|
||||
} // namespace sta
|
||||
|
Reference in New Issue
Block a user