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

    Interface ShoulderElevationState

    Shoulder elevation/depression state for blocks and overhead strikes

    Tracks vertical shoulder movement independent of arm rotation. Essential for authentic blocking mechanics and overhead techniques.

    Korean: 어깨 들어올림 상태

    interface ShoulderElevationState {
        elevation: number;
        side: BodySide;
    }
    Index

    Properties

    Properties

    elevation: number

    Vertical displacement in meters

    • Positive: Shoulder elevated (shrug)
    • Negative: Shoulder depressed (drop) Range: ±0.05 m (±5cm)

    수직변위

    side: BodySide

    Which shoulder (left or right)

    측면