Home
last modified time | relevance | path

Searched refs:MapCornerToVertex (Results 1 – 8 of 8) sorted by relevance

/dports/archivers/draco/draco-1.4.3/docs/spec/
H A Dedgebreaker.decoder.md137 MapCornerToVertex(corner_n, v);
175 MapCornerToVertex(new_corner, vert);
176 MapCornerToVertex(new_corner + 1, next);
177 MapCornerToVertex(new_corner + 2, prev);
196 MapCornerToVertex(new_corner, vert);
197 MapCornerToVertex(new_corner + 1, next);
198 MapCornerToVertex(new_corner + 2, prev);
237 MapCornerToVertex(new_corner, vert);
262 MapCornerToVertex(new_corner, vert);
280 MapCornerToVertex(new_corner, vert);
[all …]
H A Dcorner.md172 ### MapCornerToVertex()
175 void MapCornerToVertex(corner_id, vert_id) {
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc542 corner_table_->MapCornerToVertex(corner, vertex_x); in DecodeConnectivity()
543 corner_table_->MapCornerToVertex( in DecodeConnectivity()
598 corner_table_->MapCornerToVertex(corner_r, vertex_r); in DecodeConnectivity()
602 corner_table_->MapCornerToVertex( in DecodeConnectivity()
649 corner_table_->MapCornerToVertex(corner, vertex_p); in DecodeConnectivity()
650 corner_table_->MapCornerToVertex( in DecodeConnectivity()
666 corner_table_->MapCornerToVertex(corner_n, vertex_p); in DecodeConnectivity()
680 corner_table_->MapCornerToVertex(corner + 1, in DecodeConnectivity()
682 corner_table_->MapCornerToVertex(corner + 2, in DecodeConnectivity()
801 corner_table_->MapCornerToVertex(new_corner, vert_x); in DecodeConnectivity()
[all …]
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc592 corner_table_->MapCornerToVertex(corner, vertex_x); in DecodeConnectivity()
647 corner_table_->MapCornerToVertex(corner_r, vertex_r); in DecodeConnectivity()
651 corner_table_->MapCornerToVertex( in DecodeConnectivity()
700 corner_table_->MapCornerToVertex(corner, vertex_p); in DecodeConnectivity()
701 corner_table_->MapCornerToVertex( in DecodeConnectivity()
717 corner_table_->MapCornerToVertex(corner_n, vertex_p); in DecodeConnectivity()
732 corner_table_->MapCornerToVertex(corner + 1, in DecodeConnectivity()
734 corner_table_->MapCornerToVertex(corner + 2, in DecodeConnectivity()
856 corner_table_->MapCornerToVertex(new_corner, vert_x); in DecodeConnectivity()
857 corner_table_->MapCornerToVertex(new_corner + 1, vert_p); in DecodeConnectivity()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/
H A Dmesh_edgebreaker_decoder_impl.cc592 corner_table_->MapCornerToVertex(corner, vertex_x); in DecodeConnectivity()
647 corner_table_->MapCornerToVertex(corner_r, vertex_r); in DecodeConnectivity()
651 corner_table_->MapCornerToVertex( in DecodeConnectivity()
700 corner_table_->MapCornerToVertex(corner, vertex_p); in DecodeConnectivity()
701 corner_table_->MapCornerToVertex( in DecodeConnectivity()
717 corner_table_->MapCornerToVertex(corner_n, vertex_p); in DecodeConnectivity()
732 corner_table_->MapCornerToVertex(corner + 1, in DecodeConnectivity()
734 corner_table_->MapCornerToVertex(corner + 2, in DecodeConnectivity()
856 corner_table_->MapCornerToVertex(new_corner, vert_x); in DecodeConnectivity()
857 corner_table_->MapCornerToVertex(new_corner + 1, vert_p); in DecodeConnectivity()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/mesh/
H A Dcorner_table.h251 inline void MapCornerToVertex(CornerIndex corner_id, VertexIndex vert_id) { in MapCornerToVertex() function
/dports/archivers/draco/draco-1.4.3/src/draco/mesh/
H A Dcorner_table.h264 inline void MapCornerToVertex(CornerIndex corner_id, VertexIndex vert_id) { in MapCornerToVertex() function
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/mesh/
H A Dcorner_table.h264 inline void MapCornerToVertex(CornerIndex corner_id, VertexIndex vert_id) { in MapCornerToVertex() function