vRp.CD2g_test/utils/astar/point3d.go

6 lines
52 B
Go

package astar
type Point3D struct {
X, Y, Z int
}