Refactor creature zoning

This commit is contained in:
2022-07-22 17:53:08 +01:00
parent 43e7d20b21
commit 39f4555697
17 changed files with 209 additions and 85 deletions
+1
View File
@@ -9,6 +9,7 @@ module Geometry.Zone
, zoneOfPoint
, zoneOfSeg
, zoneInsideCirc
, makeInterval
) where
import Geometry.Data
import Geometry.Vector