|
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 = PropertyArrayView<glm::vec<N, double, Q>> |
The representation of an array of glm::vec<N, T, Q> types as an array of its double type equivalents. | |
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 589 of file PropertyTypeTraits.h.
| using CesiumGltf::TypeToNormalizedType< PropertyArrayView< glm::vec< N, T, Q > > >::type = PropertyArrayView<glm::vec<N, double, Q>> |
The representation of an array of glm::vec<N, T, Q> types as an array of its double type equivalents.
Definition at line 592 of file PropertyTypeTraits.h.