Method: Proj::Coordinate#to_s

Defined in:
lib/coordinate.rb

#to_sString

Returns nice printout of coordinate contents

Returns:

  • (String)


193
194
195
# File 'lib/coordinate.rb', line 193

def to_s
  "v0: #{self.x}, v1: #{self.y}, v2: #{self.z}, v3: #{self.t}"
end