Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/
H A Dtexture_mapping.h84 struct UvIndex struct
86 UvIndex () : idx_cloud (), idx_face () {} in UvIndex() function
87 int idx_cloud; // Index of the PointXYZ in the camera's cloud
88 int idx_face; // Face corresponding to that projection
116 using UvIndex = pcl::texture_mapping::UvIndex; variable
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCLWOMeshFileLoader.h72 core::array<core::array<u32> > UvIndex; variable