[math]w=\frac{az + b}{z+c}[/math]
自定工具:
[list]
[*] Mobius[a, b, c, z]:z -> (az+b)/(z+c)
[*] MobiusPolygon[a, b, c, poly]:將多邊形 poly 作 Mobius 變換
[*] MobiusLine[a, b, c, line]:將直線 line 作 Mobius 變換
[*] MobiusDirection[a, b, c, A, B, ds]:畫出 A 到 B 作變換後的方向(以 A, B 中點與距離中點 ds 的點作為變換參考)
[/list]