Class XrHandJointVelocityEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandJointVelocityEXT extends Struct<XrHandJointVelocityEXT> implements NativeResource

 struct XrHandJointVelocityEXT {
     XrSpaceVelocityFlags velocityFlags;
     {@link XrVector3f XrVector3f} linearVelocity;
     {@link XrVector3f XrVector3f} angularVelocity;
 }