gwnavruntime/navmesh/navmeshutils.h Source File
Go to the documentation of this file.
9 #ifndef Navigation_NavMeshUtils_H
10 #define Navigation_NavMeshUtils_H
T Min(const T &a, const T &b)
Returns the lesser of the two specified values.
Definition: fastmath.h:113
T Max(const T &a, const T &b)
Returns the greater of the two specified values.
Definition: fastmath.h:121
Definition: gamekitcrowddispersion.h:20
void GetMinMax(const KyFloat32 a, const KyFloat32 b, KyFloat32 &minValue, KyFloat32 &maxValue)
Retrieves the minimum and maximum values from the specified inputs.
Definition: navmeshutils.h:23
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43