Skip to content

Commit

Permalink
#194 Created HSysGui.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich2 committed Jul 24, 2022
1 parent dfea547 commit d36113b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tiling/src/prid/phex/HSysGui.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/* Copyright 2018-22 Richard Oliver. Licensed under Apache Licence version 2.0. */
package ostrat; package prid; package phex
import geom._

trait HSysGui
{
type GridT <: HGridSys
def gridSys: GridT
def polygons(inp: Arr[Polygon]): Arr[Polygon]
}

0 comments on commit d36113b

Please sign in to comment.