package models

type Barrier struct {
	Boundary *Polygon2D
}