coordinate frames transformation

This commit is contained in:
nuknal
2024-08-15 14:01:05 +08:00
parent 7c1240f2db
commit c2480a828b
12 changed files with 19640 additions and 16 deletions

View File

@@ -1,5 +1,15 @@
package main
import (
_ "embed"
)
//go:embed finals2000A.all
var eopData []byte
//go:embed eopp_5_line.txt
var eopp5Line []byte
func main() {
rootCmd.Execute()
}