Calculate spinal flexion for dodges and low attacks
Determines forward/backward and lateral bending of spine for defensive movements and low attack positioning.
Type of movement requiring spinal flexion
Movement intensity (0=minimal, 1=full)
Spinal flexion state with flexion and lateral bend angles
const spineState = calculateSpinalFlexion('duck', 0.8);// Returns: { flexion: 0.6, lateralBend: 0 } Copy
const spineState = calculateSpinalFlexion('duck', 0.8);// Returns: { flexion: 0.6, lateralBend: 0 }
회피및하단공격용척추굽힘계산
Calculate spinal flexion for dodges and low attacks
Determines forward/backward and lateral bending of spine for defensive movements and low attack positioning.