Class: RuPov::DataTypes::Vector::XYZ

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

Instance Method Summary collapse

Methods included from Common::Z

#z, #z=

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, z) ⇒ XYZ

Returns a new instance of XYZ.



501
502
503
# File 'lib/rupov.rb', line 501

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