Home
last modified time | relevance | path

Searched defs:IntegerNorm (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp219 struct IntegerNorm { struct
220 using InType = T;
221 using OutType = U;
223 static U convert(T v) noexcept in convert()