Struct XrHandJointLocationEXT
XrHandJointLocationEXT structure describes the position, orientation, and radius of a hand joint.
Inherited Members
Namespace: VIVE.OpenXR.Hand
Assembly: VIVE.OpenXR.dll
Syntax
public struct XrHandJointLocationEXT
Fields
locationFlags
A bitfield, with bit masks defined in XrSpaceLocationFlags, to indicate which members contain valid data. If none of the bits are set, no other fields in this structure should be considered to be valid or meaningful.
Declaration
public XrSpaceLocationFlags locationFlags
Field Value
Type | Description |
---|---|
XrSpaceLocationFlags |
pose
An XrPosef defining the position and orientation of the origin of a hand joint within the reference frame of the corresponding XrHandJointsLocateInfoEXT::baseSpace.
Declaration
public XrPosef pose
Field Value
Type | Description |
---|---|
XrPosef |
radius
A float value radius of the corresponding joint in units of meters.
Declaration
public float radius
Field Value
Type | Description |
---|---|
float |