Sha256: a4e1113851c303d1e44721e122f829946c0ca01f04917ee93f35e6681dd29343

Contents?: true

Size: 251 Bytes

Versions: 2

Compression:

Stored size: 251 Bytes

Contents

module Straightedge::Aspects
  module Figural
    extend Forwardable

    # consider entity as a figure (collection of points)
    def to_points
      Straightedge::Figure.new(self)
    end
    def_delegators :to_points, :adjacent, :center

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
straightedge-0.1.2 lib/straightedge/aspects/figural.rb
straightedge-0.1.1 lib/straightedge/aspects/figural.rb