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

    Function initializeStanceTransitions

    • Initialize the stance transition matrix.

      Korean: 전환 행렬 초기화

      Generates all 128 stance transitions (8 from × 8 to × 2 laterality) and populates the transition map.

      Important: Call this during application initialization, not during module load, to avoid blocking the main thread and to provide better control over when transitions are generated.

      Returns void

      // During app startup
      initializeStanceTransitions();

      전환행렬초기화