cesium-native 0.62.0
Loading...
Searching...
No Matches
CesiumGltf::TypeToNormalizedType< PropertyArrayView< glm::mat< N, N, T, Q > > > Struct Template 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<glm::mat<N, N, double, Q>>
 The representation of an array of glm::mat<N, N, T, Q> types as an array of its double type equivalents.
 

Detailed Description

template<glm::length_t N, typename T, glm::qualifier Q>
struct CesiumGltf::TypeToNormalizedType< PropertyArrayView< glm::mat< N, N, T, Q > > >

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

Member Typedef Documentation

◆ type

template<glm::length_t N, typename T, glm::qualifier Q>
using CesiumGltf::TypeToNormalizedType< PropertyArrayView< glm::mat< N, N, T, Q > > >::type = PropertyArrayView<glm::mat<N, N, double, Q>>

The representation of an array of glm::mat<N, N, T, Q> types as an array of its double type equivalents.

Definition at line 600 of file PropertyTypeTraits.h.


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