Class: Rough::Fillers::Hachure
- Inherits:
-
Object
- Object
- Rough::Fillers::Hachure
- Defined in:
- lib/rough/fillers/hachure.rb
Instance Method Summary collapse
- #fill_polygons(polygon_list, o) ⇒ Object
-
#initialize(helper) ⇒ Hachure
constructor
A new instance of Hachure.
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 |