Module: Straightedge::Aspects::Positional
Instance Method Summary collapse
-
#to_point ⇒ Object
consider the entity as a vector in 2-space.
Instance Method Details
#to_point ⇒ Object
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 |