Module: Pathby::Shapy
Instance Method Summary collapse
Methods included from Transformations
#center, #reflect, #rezero, #rotate, #scale, #scale_to, #simplebbox, #transform
Instance Method Details
#allpoints ⇒ Object
58 59 60 61 62 |
# File 'lib/pathby.rb', line 58 def allpoints points = [] paths.each {|path| points.concat(path.allpoints)} return points end |