|
cesium-native 0.62.0
|
Convert an integer numeric type to the corresponding representation as a double type. Doubles are preferred over floats to maintain more precision. More...
#include <CesiumGltf/PropertyTypeTraits.h>
Public Types | |
| using | type = glm::mat<N, N, double, Q> |
The representation of a glm::mat<N, N, T, Q> as a double type. | |
Convert an integer numeric type to the corresponding representation as a double type. Doubles are preferred over floats to maintain more precision.
Definition at line 533 of file PropertyTypeTraits.h.
| using CesiumGltf::TypeToNormalizedType< glm::mat< N, N, T, Q > >::type = glm::mat<N, N, double, Q> |
The representation of a glm::mat<N, N, T, Q> as a double type.
Definition at line 535 of file PropertyTypeTraits.h.