Method: Proj::Coordinate#to_s
- Defined in:
- lib/coordinate.rb
#to_s ⇒ String
Returns nice printout of coordinate contents
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 |