Method: When::Ephemeris::Coords.rectangular
- Defined in:
- lib/when_exe/ephemeris.rb
.rectangular(x, y, z, c = nil) ⇒ When::Ephemeris::Coords
オブジェクトの生成
377 378 379 |
# File 'lib/when_exe/ephemeris.rb', line 377 def rectangular(x, y, z, c=nil) Coords.new(x, y, z, c, {:system=>:rectangular}) end |