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

8 lines
89 B
Go

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