module Straightedge::Aspects::Figural

Public Instance Methods

to_points() click to toggle source

consider entity as a figure (collection of points)

# File lib/straightedge/aspects/figural.rb, line 6
def to_points
  Straightedge::Figure.new(self)
end