Module: Pathby::Shapy

Includes:
Transformations
Included in:
Shape
Defined in:
lib/pathby.rb

Instance Method Summary collapse

Methods included from Transformations

#center, #reflect, #rezero, #rotate, #scale, #scale_to, #simplebbox, #transform

Instance Method Details

#allpointsObject



58
59
60
61
62
# File 'lib/pathby.rb', line 58

def allpoints
  points = []
  paths.each {|path| points.concat(path.allpoints)}
  return points
end