global functions
- glm::e()
- glm::epsilon()
- glm::euler()
- glm::four_over_pi()
- glm::golden_ratio()
- glm::half_pi()
- glm::ln_ln_two()
- glm::ln_ten()
- glm::ln_two()
- glm::one()
- glm::one_over_pi()
- glm::one_over_root_two()
- glm::one_over_two_pi()
- glm::pi()
- glm::quarter_pi()
- glm::root_five()
- glm::root_half_pi()
- glm::root_ln_four()
- glm::root_pi()
- glm::root_three()
- glm::root_two()
- glm::root_two_pi()
- glm::third()
- glm::three_over_two_pi()
- glm::two_over_pi()
- glm::two_over_root_pi()
- glm::two_pi()
- glm::two_thirds()
- glm::zero()
glm::e()
genType glm::e()
Documentation from code comments
Return e constant.
See also: gtc_constants
glm::epsilon()
genType glm::epsilon()
Documentation from code comments
Return the epsilon constant for floating point types.
See also: gtc_constants
glm::euler()
genType glm::euler()
Documentation from code comments
Return Euler's constant.
See also: gtc_constants
glm::four_over_pi()
genType glm::four_over_pi()
Documentation from code comments
Return 4 / pi.
See also: gtc_constants
glm::golden_ratio()
genType glm::golden_ratio()
Documentation from code comments
Return the golden ratio constant.
See also: gtc_constants
glm::half_pi()
genType glm::half_pi()
Documentation from code comments
Return pi / 2.
See also: gtc_constants
glm::ln_ln_two()
genType glm::ln_ln_two()
Documentation from code comments
Return ln(ln(2)).
See also: gtc_constants
glm::ln_ten()
genType glm::ln_ten()
Documentation from code comments
Return ln(10).
See also: gtc_constants
glm::ln_two()
genType glm::ln_two()
Documentation from code comments
Return ln(2).
See also: gtc_constants
glm::one_over_pi()
genType glm::one_over_pi()
Documentation from code comments
Return 1 / pi.
See also: gtc_constants
glm::one_over_root_two()
genType glm::one_over_root_two()
Documentation from code comments
Return 1 / sqrt(2).
See also: gtc_constants
glm::one_over_two_pi()
genType glm::one_over_two_pi()
Documentation from code comments
Return 1 / (pi * 2).
See also: gtc_constants
glm::pi()
genType glm::pi()
Documentation from code comments
Return the pi constant.
See also: gtc_constants
glm::quarter_pi()
genType glm::quarter_pi()
Documentation from code comments
Return pi / 4.
See also: gtc_constants
glm::root_five()
genType glm::root_five()
Documentation from code comments
Return sqrt(5).
See also: gtc_constants
glm::root_half_pi()
genType glm::root_half_pi()
Documentation from code comments
Return sqrt(pi / 2).
See also: gtc_constants
glm::root_ln_four()
genType glm::root_ln_four()
Documentation from code comments
Return sqrt(ln(4)).
See also: gtc_constants
glm::root_pi()
genType glm::root_pi()
Documentation from code comments
Return square root of pi.
See also: gtc_constants
glm::root_three()
genType glm::root_three()
Documentation from code comments
Return sqrt(3).
See also: gtc_constants
glm::root_two()
genType glm::root_two()
Documentation from code comments
Return sqrt(2).
See also: gtc_constants
glm::root_two_pi()
genType glm::root_two_pi()
Documentation from code comments
Return sqrt(2 * pi).
See also: gtc_constants
glm::third()
genType glm::third()
Documentation from code comments
Return 1 / 3.
See also: gtc_constants
glm::three_over_two_pi()
genType glm::three_over_two_pi()
Documentation from code comments
Return pi / 2 * 3.
See also: gtc_constants
glm::two_over_pi()
genType glm::two_over_pi()
Documentation from code comments
Return 2 / pi.
See also: gtc_constants
glm::two_over_root_pi()
genType glm::two_over_root_pi()
Documentation from code comments
Return 2 / sqrt(pi).
See also: gtc_constants
glm::two_pi()
genType glm::two_pi()
Documentation from code comments
Return pi * 2.
See also: gtc_constants
glm::two_thirds()
genType glm::two_thirds()
Documentation from code comments
Return 2 / 3.
See also: gtc_constants
Last updated Saturday, 17 August 2024 20:48:12 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue