pub enum HandJoint {
Show 16 variants
Wrist,
ThumbMcp,
ThumbPip,
ThumbDip,
IndexMcp,
IndexPip,
IndexDip,
MiddleMcp,
MiddlePip,
MiddleDip,
RingMcp,
RingPip,
RingDip,
PinkyMcp,
PinkyPip,
PinkyDip,
}Expand description
A hand joint in a HandQuaternionFrame.
Variants§
Wrist
ThumbMcp
ThumbPip
ThumbDip
IndexMcp
IndexPip
IndexDip
MiddleMcp
MiddlePip
MiddleDip
RingMcp
RingPip
RingDip
PinkyMcp
PinkyPip
PinkyDip
Implementations§
Trait Implementations§
impl Copy for HandJoint
impl Eq for HandJoint
impl StructuralPartialEq for HandJoint
Auto Trait Implementations§
impl Freeze for HandJoint
impl RefUnwindSafe for HandJoint
impl Send for HandJoint
impl Sync for HandJoint
impl Unpin for HandJoint
impl UnsafeUnpin for HandJoint
impl UnwindSafe for HandJoint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more