Recast Navigation
Navigation-mesh Toolset for Games
DetourMath.h File Reference
#include <math.h>

Go to the source code of this file.

Functions

float dtMathFabsf (float x)
 
float dtMathSqrtf (float x)
 
float dtMathFloorf (float x)
 
float dtMathCeilf (float x)
 
float dtMathCosf (float x)
 
float dtMathSinf (float x)
 
float dtMathAtan2f (float y, float x)
 
bool dtMathIsfinite (float x)
 

Function Documentation

◆ dtMathAtan2f()

float dtMathAtan2f ( float  y,
float  x 
)
inline

◆ dtMathCeilf()

float dtMathCeilf ( float  x)
inline

◆ dtMathCosf()

float dtMathCosf ( float  x)
inline

◆ dtMathFabsf()

float dtMathFabsf ( float  x)
inline

◆ dtMathFloorf()

float dtMathFloorf ( float  x)
inline

◆ dtMathIsfinite()

bool dtMathIsfinite ( float  x)
inline

◆ dtMathSinf()

float dtMathSinf ( float  x)
inline

◆ dtMathSqrtf()

float dtMathSqrtf ( float  x)
inline