Method: Proj::Point#x

Defined in:
lib/point.rb

#xObject

Get x coordinate.



33
34
35
# File 'lib/point.rb', line 33

def x
  @struct[:u]
end