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
Example
// During app startup 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.