#include <math.h>
#include "XnVNiteDefs.h"
#include "XnVMathCommon.h"
Go to the source code of this file.
Classes | |
class | XnV3DVector |
Functions | |
XnV3DVector | operator* (XnFloat f, const XnV3DVector &v3Rhs) |
XnFloat | DotProduct (const XnV3DVector &v3Lhs, const XnV3DVector &v3Rhs) |
XnFloat DotProduct | ( | const XnV3DVector & | v3Lhs, | |
const XnV3DVector & | v3Rhs | |||
) |
Definition at line 471 of file XnV3DVector.h.
XnV3DVector operator* | ( | XnFloat | f, | |
const XnV3DVector & | v3Rhs | |||
) |
Definition at line 290 of file XnV3DVector.h.