@@ -390,29 +390,29 @@ fn locate_hand(
390
390
thumb_phalanx_tip : Some ( & locations[ HandJoint :: THUMB_TIP ] ) ,
391
391
index : Finger {
392
392
metacarpal : Some ( & locations[ HandJoint :: INDEX_METACARPAL ] ) ,
393
- phalanx_proximal : Some ( & locations[ HandJoint :: INDEX_METACARPAL ] ) ,
394
- phalanx_intermediate : Some ( & locations[ HandJoint :: INDEX_PROXIMAL ] ) ,
393
+ phalanx_proximal : Some ( & locations[ HandJoint :: INDEX_PROXIMAL ] ) ,
394
+ phalanx_intermediate : Some ( & locations[ HandJoint :: INDEX_INTERMEDIATE ] ) ,
395
395
phalanx_distal : Some ( & locations[ HandJoint :: INDEX_DISTAL ] ) ,
396
396
phalanx_tip : Some ( & locations[ HandJoint :: INDEX_TIP ] ) ,
397
397
} ,
398
398
middle : Finger {
399
399
metacarpal : Some ( & locations[ HandJoint :: MIDDLE_METACARPAL ] ) ,
400
- phalanx_proximal : Some ( & locations[ HandJoint :: MIDDLE_METACARPAL ] ) ,
401
- phalanx_intermediate : Some ( & locations[ HandJoint :: MIDDLE_PROXIMAL ] ) ,
400
+ phalanx_proximal : Some ( & locations[ HandJoint :: MIDDLE_PROXIMAL ] ) ,
401
+ phalanx_intermediate : Some ( & locations[ HandJoint :: MIDDLE_INTERMEDIATE ] ) ,
402
402
phalanx_distal : Some ( & locations[ HandJoint :: MIDDLE_DISTAL ] ) ,
403
403
phalanx_tip : Some ( & locations[ HandJoint :: MIDDLE_TIP ] ) ,
404
404
} ,
405
405
ring : Finger {
406
406
metacarpal : Some ( & locations[ HandJoint :: RING_METACARPAL ] ) ,
407
- phalanx_proximal : Some ( & locations[ HandJoint :: RING_METACARPAL ] ) ,
408
- phalanx_intermediate : Some ( & locations[ HandJoint :: RING_PROXIMAL ] ) ,
407
+ phalanx_proximal : Some ( & locations[ HandJoint :: RING_PROXIMAL ] ) ,
408
+ phalanx_intermediate : Some ( & locations[ HandJoint :: RING_INTERMEDIATE ] ) ,
409
409
phalanx_distal : Some ( & locations[ HandJoint :: RING_DISTAL ] ) ,
410
410
phalanx_tip : Some ( & locations[ HandJoint :: RING_TIP ] ) ,
411
411
} ,
412
412
little : Finger {
413
413
metacarpal : Some ( & locations[ HandJoint :: LITTLE_METACARPAL ] ) ,
414
- phalanx_proximal : Some ( & locations[ HandJoint :: LITTLE_METACARPAL ] ) ,
415
- phalanx_intermediate : Some ( & locations[ HandJoint :: LITTLE_PROXIMAL ] ) ,
414
+ phalanx_proximal : Some ( & locations[ HandJoint :: LITTLE_PROXIMAL ] ) ,
415
+ phalanx_intermediate : Some ( & locations[ HandJoint :: LITTLE_INTERMEDIATE ] ) ,
416
416
phalanx_distal : Some ( & locations[ HandJoint :: LITTLE_DISTAL ] ) ,
417
417
phalanx_tip : Some ( & locations[ HandJoint :: LITTLE_TIP ] ) ,
418
418
} ,
0 commit comments