* @copybrief xnSetUserPosition * For full details and usage, see @ref xnSetUserPosition */
| 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 |
no test coverage detected