|
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 = double |
The representation of a uint8_t 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 489 of file PropertyTypeTraits.h.
| using CesiumGltf::TypeToNormalizedType< uint8_t >::type = double |
The representation of a uint8_t as a double type.
Definition at line 491 of file PropertyTypeTraits.h.