Retrieves the data contained by this struct.
Note that both
Init and SetData(Quaternion[], Pose) must be called on this instance in order for valid data to be retrieved. Calling this method without having called
Init will result in null access errors. Calling this method without having called SetData(Quaternion[], Pose) will yield invalid data, such as non-unit-length quaternions in joints .
ParametersjointsOutput parameter; after valid invocation, this array will contain the joint rotation quaternions
rootOutput parameter; after valid invocation, this pose will contain the root pose of the tracked hand