mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-peak.git
synced 2025-12-17 02:28:04 +00:00
Added slerp and updated quaternion class
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
#ifndef INC_UTILS_HPP_
|
||||
#define INC_UTILS_HPP_
|
||||
|
||||
#include <math.h>
|
||||
|
||||
namespace sta
|
||||
{
|
||||
namespace math
|
||||
{
|
||||
float fast_inv_sqrt(float);
|
||||
|
||||
float clip(float value, float min, float max);
|
||||
} // namespace math
|
||||
} // namespace sta
|
||||
|
||||
#endif /* INC_UTILS_HPP_ */
|
||||
#endif /* INC_UTILS_HPP_ */
|
||||
|
||||
Reference in New Issue
Block a user