cesium-native 0.62.0
Loading...
Searching...
No Matches
CesiumGltf::TypeToNormalizedType< int16_t > Struct Reference

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.
 

Detailed Description

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.

Member Typedef Documentation

◆ type

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.


The documentation for this struct was generated from the following file: