Class: Pathby::Shape
- Inherits:
-
Struct
- Object
- Struct
- Pathby::Shape
- Includes:
- Shapy
- Defined in:
- lib/pathby.rb,
lib/pathby.rb
Instance Attribute Summary collapse
-
#paths ⇒ Object
Returns the value of attribute paths.
Method Summary
Methods included from Shapy
Methods included from Transformations
#center, #reflect, #rezero, #rotate, #scale, #scale_to, #simplebbox, #transform
Instance Attribute Details
#paths ⇒ Object
Returns the value of attribute paths
10 11 12 |
# File 'lib/pathby.rb', line 10 def paths @paths end |