Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Variable TORSO_CONSTRAINTSConst

    TORSO_CONSTRAINTS: {
        INTERPOLATION_TIME: 0.2;
        MAX_ROTATION: number;
        MIN_ROTATION: number;
        POWER_MODIFIER_RANGE: readonly [0.1, 0.3];
    } = ...

    Torso rotation constraints for anatomically correct upper/lower body movement

    Defines limits and behavior for independent torso rotation relative to hips, enabling realistic strafing and lateral movement while facing opponent.

    Korean terminology:

    • 허리회전 (Heorhwoejeon) - Torso rotation
    • 해부학적제약 (Haebuhakjeok Jeyak) - Anatomical constraints

    Type Declaration

    • ReadonlyINTERPOLATION_TIME: 0.2

      Target interpolation time in seconds 200ms provides smooth, natural rotation feel

      보간시간

    • ReadonlyMAX_ROTATION: number

      Maximum torso rotation relative to hips (radians) ±90° = π/2 radians - anatomically safe rotation limit

      최대회전각도

    • ReadonlyMIN_ROTATION: number

      Minimum torso rotation relative to hips (radians) -90° = -π/2 radians

      최소회전각도

    • ReadonlyPOWER_MODIFIER_RANGE: readonly [0.1, 0.3]

      Power modifier range for hip rotation [min, max] = [10%, 30%] damage bonus from proper hip engagement

      파워배율범위

    허리회전제약조건