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

    Interface WristSnapState

    Wrist snap state for rapid hand strikes

    Tracks rapid wrist rotation mechanics essential for backfist, knife-hand, and other Korean martial arts hand techniques.

    Korean: 손목 스냅 상태

    interface WristSnapState {
        rotation: number;
        side: BodySide;
        velocity: number;
    }
    Index

    Properties

    rotation: number

    Rotation angle in radians Range: ±1.5 rad (±86°)

    회전각도

    side: BodySide

    Which wrist (left or right)

    측면

    velocity: number

    Snap velocity in rad/s (for power calculation)

    회전속도