Module: Straightedge::Aspects::Figural

Extended by:
Forwardable
Included in:
Array
Defined in:
lib/straightedge/aspects/figural.rb

Instance Method Summary collapse

Instance Method Details

#to_pointsObject

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