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

    Interface RecoveryTimelinePoint

    Recovery phase timeline point for visualization

    Korean: 복귀 타임라인 포인트

    복귀타임라인포인트

    interface RecoveryTimelinePoint {
        phase: string;
        phaseKorean: string;
        tension: number;
        time: number;
    }
    Index

    Properties

    phase: string

    Phase name for labeling

    phaseKorean: string

    Phase name in Korean

    tension: number

    Muscle tension at this time (0-1)

    time: number

    Time in animation (seconds)