Class: Rough::Fillers::Hachure

Inherits:
Object
  • Object
show all
Defined in:
lib/rough/fillers/hachure.rb

Direct Known Subclasses

Hatch, Zigzag

Instance Method Summary collapse

Constructor Details

#initialize(helper) ⇒ Hachure

Returns a new instance of Hachure.



8
9
10
# File 'lib/rough/fillers/hachure.rb', line 8

def initialize(helper)
  @helper = helper
end

Instance Method Details

#fill_polygons(polygon_list, o) ⇒ Object



12
13
14
# File 'lib/rough/fillers/hachure.rb', line 12

def fill_polygons(polygon_list, o)
  _fill_polygons(polygon_list, o)
end