module Indexable::X

Public Instance Methods

x() click to toggle source
# File lib/sixarm_ruby_geometry/indexable/x.rb, line 8
def x
  self[0]
end
x=(x) click to toggle source
# File lib/sixarm_ruby_geometry/indexable/x.rb, line 12
def x=(x)
  self[0]=x
end