|
NITE 1.5.1 - API Reference
|
#include <math.h>#include <XnOS.h>

Go to the source code of this file.
Namespaces | |
| namespace | XnVMathCommon |
Functions | |
| void | XnVMathCommon::Exchange (XnFloat &a, XnFloat &b) |
| void | XnVMathCommon::ExchangeSort (XnFloat &a, XnFloat &b) |
| void | XnVMathCommon::ExchangeSort (XnFloat &a, XnFloat &b, XnFloat &c) |
| XnFloat | XnVMathCommon::Sqr (XnFloat a) |
| XnFloat | XnVMathCommon::Max (XnFloat a, XnFloat b) |
| XnFloat | XnVMathCommon::Min (XnFloat a, XnFloat b) |
| XnFloat | XnVMathCommon::MaxAbs (XnFloat a, XnFloat b) |
| XnFloat | XnVMathCommon::MinAbs (XnFloat a, XnFloat b) |
| XnUInt16 | XnVMathCommon::ArgMax (XnFloat a, XnFloat b) |
| XnUInt16 | XnVMathCommon::ArgMax (XnFloat a, XnFloat b, XnFloat c) |
| XnUInt16 | XnVMathCommon::ArgMin (XnFloat a, XnFloat b) |
| XnUInt16 | XnVMathCommon::ArgMin (XnFloat a, XnFloat b, XnFloat c) |
| XnBool | XnVMathCommon::IsZero (XnFloat f, XnFloat fTolerance) |
Variables | |
| const XnFloat | XnVMathCommon::PI = 3.14159265f |
| const XnFloat | XnVMathCommon::HALF_PI = (PI/2) |
1.7.6.1