vRp.CD2g_test/utils/geometry/path/node.go

8 lines
89 B
Go

package path
type Node struct {
landform *Landform
parent *Node
cost float64
}