module Straightedge::Aspects::Positional

Public Instance Methods

to_point() click to toggle source

consider the entity as a vector in 2-space

# File lib/straightedge/aspects/positional.rb, line 5
def to_point
  Straightedge::Mark.new(*self)
end