2022-10-01 20:45:52 +08:00

6 lines
61 B
Go

package models
type Barrier struct {
Boundary *Polygon2D
}