Method: BV::Angle#rad_value

Defined in:
lib/bivector.rb

#rad_valueObject



111
112
113
# File 'lib/bivector.rb', line 111

def rad_value
  model == :rad ? value : value * Math::PI / 180
end