Module: RuPov::DataTypes::Vector::Common::RGBFT

Includes:
RGBF
Included in:
RGBFT
Defined in:
lib/rupov.rb

Instance Method Summary collapse

Methods included from F

#f, #f=

Methods included from B

#b, #b=

Methods included from G

#g, #g=

Methods included from R

#r, #r=

Instance Method Details

#tObject



473
474
475
# File 'lib/rupov.rb', line 473

def t
    @items[4]
end

#t=(t) ⇒ Object



476
477
478
# File 'lib/rupov.rb', line 476

def t=(t)
    @items[4]=t
end