Class: RuPov::DataTypes::Vector::XY

Inherits:
Generic
  • Object
show all
Includes:
Common::XY
Defined in:
lib/rupov.rb

Instance Method Summary collapse

Methods included from Common::Y

#y, #y=

Methods included from Common::X

#x, #x=

Methods inherited from Generic

#set, #to_s

Constructor Details

#initialize(x, y) ⇒ XY

Returns a new instance of XY.



495
496
497
# File 'lib/rupov.rb', line 495

def initialize( x, y)
    super( [x,y])
end