I am working on 3D Interfaces that incorporate logical hand devices into 3D environments. My logical hand device will perform more than what a single six-degree-of-freedom pointer in 3D space can do.
The V-shaped gesture is defined as follows:
V:: F3,F4: FULLY_CURVED;
F1,F2: STRAIGHT, ABDUCTED;
F0: INWARD, OVER_FINGERS;
PALM: SUPERIOR, ANTERIOR.
"I love you" gesture is defined as follows (the combination of gestures I, L, and Y):
I_LOVE_YOU :: F1,F4: STRAIGHT;
F2,F3: FULLY_CURVED;
F0: OUTWARD;
PALM: SUPERIOR, ANTERIOR.
where the capitalized words are tokens defined in the
language,
F0 is to denote the thumb,
F1 the index finger,
F2 the middle finger,
F3 the ring finger,
and
F4 the little finger;
the direction of fingers' side of the palm
is pointing up ("SUPERIOR"),
and the direction of the palm is
pointing away from signer ("ANTERIOR").