gwnavruntime/math/fastmath.h File Reference
#include "gwnavruntime/base/types.h"
#include <math.h>
|
| | Kaim |
| | The Autodesk Navigation namespace.
|
| |
|
| KyFloat32 | Kaim::Fsel (KyFloat32 a, KyFloat32 x, KyFloat32 y) |
| | x if a>=0.0f, y if a<0.0f More...
|
| |
| KyInt32 | Kaim::Isel (KyInt32 a, KyInt32 x, KyInt32 y) |
| | If a is greater than 0, returns x. More...
|
| |
| KyInt64 | Kaim::Lsel (KyInt64 a, KyInt64 x, KyInt64 y) |
| | If a is greater than 0, returns x. More...
|
| |
| KyInt64 | Kaim::Lsign (KyInt64 x) |
| | return -1 if x<0, 0 if x==0, 1 if x>0 More...
|
| |
| KyFloat32 | Kaim::RadFromDeg (KyFloat32 degrees) |
| | Converts degrees into radians. More...
|
| |
| KyFloat32 | Kaim::DegFromRad (KyFloat32 radians) |
| | Converts radians into degrees. More...
|
| |
Go to the source code of this file.