Method: RGeo::Geographic::SphericalMath::ArcXYZ#initialize

Defined in:
lib/rgeo/geographic/spherical_math.rb

#initialize(start, stop) ⇒ ArcXYZ

Returns a new instance of ArcXYZ.



127
128
129
130
131
# File 'lib/rgeo/geographic/spherical_math.rb', line 127

def initialize(start, stop)
  @s = start
  @e = stop
  @axis = false
end