Module: Straightedge::Aspects::Positional

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

Instance Method Summary collapse

Instance Method Details

#to_pointObject

consider the entity as a vector in 2-space



5
6
7
# File 'lib/straightedge/aspects/positional.rb', line 5

def to_point
  Straightedge::Mark.new(*self)
end