Parent

RubyGL::Conversion

Public Class Methods

deg_to_rad(degrees) click to toggle source
# File lib/rubygl/math.rb, line 8
def self.deg_to_rad(degrees)
    degrees * @@PI_DIV
end
rad_to_deg(radians) click to toggle source
# File lib/rubygl/math.rb, line 12
def self.rad_to_deg(radians)
    radians * @@DIV_PI
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.