MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / SetUserPosition

Method SetUserPosition

Include/XnCppWrapper.h:4635–4638  ·  view source on GitHub ↗

* @copybrief xnSetUserPosition * For full details and usage, see @ref xnSetUserPosition */

Source from the content-addressed store, hash-verified

4633 * For full details and usage, see @ref xnSetUserPosition
4634 */
4635 inline XnStatus SetUserPosition(XnUInt32 nIndex, const XnBoundingBox3D& Position)
4636 {
4637 return xnSetUserPosition(GetHandle(), nIndex, &Position);
4638 }
4639
4640 /**
4641 * @copybrief xnGetUserPosition

Callers 2

xnSetUserPositionFunction · 0.80

Calls 2

xnSetUserPositionFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected