Attempts to return the pose of the requested hand joint in wrist space.
Wrist space is strongly defined as a transform space located and oriented according to HandJointId.HandWristRoot. This space is of uniform scale across hand sizes, meaning all tracked hands are the same size in wrist space, and wrist space itself must be multipled by
Scale in order to correctly reflect the observed size of the tracked hands in world space.
ParametershandJointIdThe joint for which the pose is being requested
poseA valid wrist space joint pose if available, false otherwise
ReturnsTrue if the pose argument was populated with a valid joint pose, false otherwise