Calculate wrist snap for hand strikes
Determines wrist rotation and velocity for power generation in backfist, knife-hand, and other Korean martial arts hand techniques.
Type of hand strike
Strike phase: 'wind-up', 'impact', 'follow-through'
Which wrist
Wrist snap state with rotation angle and velocity
const wristState = calculateWristSnap('backfist', 'impact', 'right');// Returns: { rotation: 1.2, velocity: 25.0, side: 'right' } Copy
const wristState = calculateWristSnap('backfist', 'impact', 'right');// Returns: { rotation: 1.2, velocity: 25.0, side: 'right' }
수격용손목스냅계산
Calculate wrist snap for hand strikes
Determines wrist rotation and velocity for power generation in backfist, knife-hand, and other Korean martial arts hand techniques.