|
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 an int16_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 494 of file PropertyTypeTraits.h.
| using CesiumGltf::TypeToNormalizedType< int16_t >::type = double |
The representation of an int16_t as a double type.
Definition at line 496 of file PropertyTypeTraits.h.