FlukyEngine
Typedefs
GLM_EXT_quaternion_double_precision

Exposes double-precision floating point quaternion type with various precision in term of ULPs. More...

Collaboration diagram for GLM_EXT_quaternion_double_precision:

Typedefs

typedef qua< double, lowpglm::lowp_dquat
 Quaternion of double-precision floating-point numbers using high precision arithmetic in term of ULPs. More...
 
typedef qua< double, mediumpglm::mediump_dquat
 Quaternion of medium double-qualifier floating-point numbers using high precision arithmetic in term of ULPs. More...
 
typedef qua< double, highpglm::highp_dquat
 Quaternion of high double-qualifier floating-point numbers using high precision arithmetic in term of ULPs. More...
 

Detailed Description

Exposes double-precision floating point quaternion type with various precision in term of ULPs.

Include <glm/ext/quaternion_double_precision.hpp> to use the features of this extension.

Typedef Documentation

◆ highp_dquat

typedef qua< double, highp > glm::highp_dquat

Quaternion of high double-qualifier floating-point numbers using high precision arithmetic in term of ULPs.

See also
GLM_EXT_quaternion_double_precision

◆ lowp_dquat

typedef qua< double, lowp > glm::lowp_dquat

Quaternion of double-precision floating-point numbers using high precision arithmetic in term of ULPs.

See also
GLM_EXT_quaternion_double_precision

◆ mediump_dquat

typedef qua< double, mediump > glm::mediump_dquat

Quaternion of medium double-qualifier floating-point numbers using high precision arithmetic in term of ULPs.

See also
GLM_EXT_quaternion_double_precision