delaunay/mst working
This commit is contained in:
6
engine/types/egde.go
Normal file
6
engine/types/egde.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
type Edge struct {
|
||||
From Coords
|
||||
To Coords
|
||||
}
|
||||
Reference in New Issue
Block a user