Module: Straightedge::Aspects::Figural
Instance Method Summary collapse
-
#to_points ⇒ Object
consider entity as a figure (collection of points).
Instance Method Details
#to_points ⇒ Object
consider entity as a figure (collection of points)
6 7 8 |
# File 'lib/straightedge/aspects/figural.rb', line 6 def to_points Straightedge::Figure.new(self) end |