FlukyEngine
|
Exposes single-precision floating point quaternion type with various precision in term of ULPs. More...
![]() |
Typedefs | |
typedef qua< float, lowp > | glm::lowp_quat |
Quaternion of single-precision floating-point numbers using high precision arithmetic in term of ULPs. | |
typedef qua< float, mediump > | glm::mediump_quat |
Quaternion of single-precision floating-point numbers using high precision arithmetic in term of ULPs. | |
typedef qua< float, highp > | glm::highp_quat |
Quaternion of single-precision floating-point numbers using high precision arithmetic in term of ULPs. | |
Exposes single-precision floating point quaternion type with various precision in term of ULPs.
Include <glm/ext/quaternion_float_precision.hpp> to use the features of this extension.