package
Version:
v0.0.0-...-7b43bce
Opens a new window with list of versions in this module.
Published: Nov 19, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PointPath struct {
Sx int32 `json:"sx"`
Sy int32 `json:"sy"`
Ex int32 `json:"ex"`
Ey int32 `json:"ey"`
Paths [][]int32 `json:"paths"`
}
type SerialPaths struct {
Id int `json:"id"`
Paths []PointPath `json:"paths"`
}
预生成的路径
Source Files
¶
Click to show internal directories.
Click to hide internal directories.