Updated logging.

This commit is contained in:
genxium
2022-10-01 20:45:38 +08:00
parent cd83539197
commit 2264c0d362
6 changed files with 259 additions and 244 deletions

View File

@@ -1,5 +1,5 @@
package models
type Barrier struct {
Boundary *Polygon2D
Boundary *Polygon2D
}