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

    Interface HandPose

    Hand pose definition for martial arts techniques

    Complete hand configuration including finger positions and wrist rotation for authentic Korean martial arts hand techniques.

    손자세정의

    interface HandPose {
        description: { english: string; korean: string };
        fingerCurl: FingerCurl;
        fingerSpread: FingerSpread;
        martialArtOrigin: "taekwondo" | "hapkido" | "taekyon" | "traditional";
        nameEnglish: string;
        nameKorean: string;
        romanized: string;
        strikingSurface:
            | "palm_heel"
            | "knuckles"
            | "knife_edge"
            | "fingertips"
            | "whole_hand";
        type: HandPoseType;
        wristRotation: Euler;
    }
    Index

    Properties

    description: { english: string; korean: string }

    Description of the technique

    설명

    fingerCurl: FingerCurl

    Finger curl amounts (0-1 per finger)

    손가락구부림

    fingerSpread: FingerSpread

    Finger spread amounts (0-1 between fingers)

    손가락벌림

    martialArtOrigin: "taekwondo" | "hapkido" | "taekyon" | "traditional"

    Which martial art this pose comes from

    무술출처

    nameEnglish: string

    English name for the pose

    영어이름

    nameKorean: string

    Korean name for the pose

    한글이름

    romanized: string

    Romanized Korean name

    로마자이름

    strikingSurface:
        | "palm_heel"
        | "knuckles"
        | "knife_edge"
        | "fingertips"
        | "whole_hand"

    Primary striking surface

    타격면

    Pose identifier

    자세ID

    wristRotation: Euler

    Wrist rotation for the technique

    손목회전