Calculate shoulder elevation for blocks and overhead strikes
Determines vertical shoulder movement for defensive blocks and overhead striking techniques in Korean martial arts.
Type of technique requiring shoulder movement
Technique phase
Which shoulder
Shoulder elevation state with vertical displacement
const shoulderState = calculateShoulderElevation('high-block', 'execution', 'left');// Returns: { elevation: 0.04, side: 'left' } Copy
const shoulderState = calculateShoulderElevation('high-block', 'execution', 'left');// Returns: { elevation: 0.04, side: 'left' }
블록및상단공격용어깨들어올림계산
Calculate shoulder elevation for blocks and overhead strikes
Determines vertical shoulder movement for defensive blocks and overhead striking techniques in Korean martial arts.