20 lines
728 B
Swift
20 lines
728 B
Swift
// Swiftified and further development by (c) 2022 and onwards The vChewing Project (MIT License).
|
||
// Was initially rebranded from (c) Lukhnos Liu's C++ library "Gramambular 2" (MIT License).
|
||
// ====================
|
||
// This code is released under the MIT license (SPDX-License-Identifier: MIT)
|
||
|
||
/// The namespace for this package.
|
||
public enum Megrez {}
|
||
|
||
// 著作權聲明:
|
||
// 除了 Megrez 專有的修改與實作以外,該套件所有程式邏輯來自於 Gramambular、算法歸 Lukhnos Liu 所有。
|
||
// 天權星引擎(Megrez Compositor)僅僅是將 Gramambular 用 Swift 重寫之後繼續開發的結果而已。
|
||
|
||
// 術語:
|
||
|
||
// Grid: 節軌
|
||
// Walk: 爬軌
|
||
// Node: 節點
|
||
// SpanLength: 節幅
|
||
// Span: 幅位
|