gtcconstants (functions)
glm::e( )
genType glm::e()Return e constant.
See also: gtc_constants
glm::epsilon( )
genType glm::epsilon()Return the epsilon constant for floating point types.
See also: gtc_constants
glm::euler( )
genType glm::euler()Return Euler's constant.
See also: gtc_constants
glm::four_over_pi( )
genType glm::four_over_pi()Return 4 / pi.
See also: gtc_constants
glm::golden_ratio( )
genType glm::golden_ratio()Return the golden ratio constant.
See also: gtc_constants
glm::half_pi( )
genType glm::half_pi()Return pi / 2.
See also: gtc_constants
glm::ln_ln_two( )
genType glm::ln_ln_two()Return ln(ln(2)).
See also: gtc_constants
glm::ln_ten( )
genType glm::ln_ten()Return ln(10).
See also: gtc_constants
glm::ln_two( )
genType glm::ln_two()Return ln(2).
See also: gtc_constants
glm::one( )
genType glm::one()Return 1.
See also: gtc_constants
glm::one_over_pi( )
genType glm::one_over_pi()Return 1 / pi.
See also: gtc_constants
glm::one_over_root_two( )
genType glm::one_over_root_two()Return 1 / sqrt(2).
See also: gtc_constants
glm::one_over_two_pi( )
genType glm::one_over_two_pi()Return 1 / (pi * 2).
See also: gtc_constants
glm::pi( )
genType glm::pi()Return the pi constant.
See also: gtc_constants
glm::quarter_pi( )
genType glm::quarter_pi()Return pi / 4.
See also: gtc_constants
glm::root_five( )
genType glm::root_five()Return sqrt(5).
See also: gtc_constants
glm::root_half_pi( )
genType glm::root_half_pi()Return sqrt(pi / 2).
See also: gtc_constants
glm::root_ln_four( )
genType glm::root_ln_four()Return sqrt(ln(4)).
See also: gtc_constants
glm::root_pi( )
genType glm::root_pi()Return square root of pi.
See also: gtc_constants
glm::root_three( )
genType glm::root_three()Return sqrt(3).
See also: gtc_constants
glm::root_two( )
genType glm::root_two()Return sqrt(2).
See also: gtc_constants
glm::root_two_pi( )
genType glm::root_two_pi()Return sqrt(2 * pi).
See also: gtc_constants
glm::third( )
genType glm::third()Return 1 / 3.
See also: gtc_constants
glm::three_over_two_pi( )
genType glm::three_over_two_pi()Return pi / 2 * 3.
See also: gtc_constants
glm::two_over_pi( )
genType glm::two_over_pi()Return 2 / pi.
See also: gtc_constants
glm::two_over_root_pi( )
genType glm::two_over_root_pi()Return 2 / sqrt(pi).
See also: gtc_constants
glm::two_pi( )
genType glm::two_pi()Return pi * 2.
See also: gtc_constants
glm::two_thirds( )
genType glm::two_thirds()Return 2 / 3.
See also: gtc_constants
glm::zero( )
genType glm::zero()Return 0.
See also: gtc_constants