> For the complete documentation index, see [llms.txt](https://www.bfm-unity.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.bfm-unity.org/3.5.0/bfm-da-bi-fang-meng-shu-chan/zi-chan-pei-zhi/the-haab-calendar/yi-fei-qi.md).

# 已废弃

{% hint style="danger" %}
由于分割多边形后内接圆不共点，因此废弃此策略。
{% endhint %}

![](/files/U0jQacQWqGywZoWNXY4N)

如图所示，根据哈布历法的第二层次。

如果有三个货币，就会产生

3个一级交易对，

如果有四个货币，就会产生

2个二级交易对， 2个一级交易对。

如果有五个货币，就会产生

1个三级交易对， 2个二级交易对， 2个一级交易对。

如果有6个货币，就会产生

1个四级交易对， 3个二级交易对， 2个一级交易对。

或者

3个三级交易对， 3个一级交易对。

这就是所谓的三生万物。

```
3 - 3，3*1
4 - 6，2*2 + 2*1
5 - 9，1*3 + 2*2 + 2*1
6 - 12，1*4 + 3*2 + 2*1 or 3*3 + 3*1
N - (N-2)*3， 1*（N-2）+（N-3）*2 + 2*1或者更加复杂的情况。
```
