示例#1
0
 public LMHandWrapper(Hand h) {
   palmPosition = h.palmPosition();
   palmVelocity = h.palmVelocity();
   palmNormal = h.palmNormal();
   direction = h.direction();
   sphereCenter = h.sphereCenter();
   sphereRadius = h.sphereRadius();
 }