cesium-native 0.59.0
Loading...
Searching...
No Matches
CesiumGltf::TypeToNormalizedType< PropertyArrayView< uint16_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 = PropertyArrayView<double>
 The representation of an array of uint16_t types as an array of its double type equivalents.
 

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 557 of file PropertyTypeTraits.h.

Member Typedef Documentation

◆ type

The representation of an array of uint16_t types as an array of its double type equivalents.

Definition at line 560 of file PropertyTypeTraits.h.


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