- Member glm::bitCount (genIUType< T > const &Value)
- Clarify the declaration to specify that scalars are suported.
- Member glm::detail::sse_sqrt_wip_ss (__m128 const &x)
-
- Member glm::epsilon ()
- Implement epsilon for half-precision floating point type.
- See also
- GLM_GTC_constants
- Member glm::findLSB (genIUType< T > const &Value)
- Clarify the declaration to specify that scalars are suported.
- Member glm::findMSB (genIUType< T > const &Value)
- Clarify the declaration to specify that scalars are suported.
- Member glm::intBitsToFloat (genIType const &value)
- Clarify this declaration, we don't need to actually specify the return type
- Member glm::orientedAngle (detail::tvec2< valType > const &x, detail::tvec2< valType > const &y)
- epsilon is hard coded to 0.01
- Member glm::outerProduct (vecType const &c, vecType const &r)
- Clarify the declaration to specify that matType doesn't have to be provided when used.
- Member glm::uintBitsToFloat (genUType const &value)
- Clarify this declaration, we don't need to actually specify the return type