Libraries
»
proj4rb
(2.2.2)
»
Index
»
Proj
»
Point
»
#x
Method: Proj::Point#x
Defined in:
lib/point.rb
#
x
⇒
Object
Get x coordinate.
33 34 35
# File 'lib/point.rb', line 33
def
x
@struct
[
:u
]
end