|
Blender V4.3
|
Public Member Functions | |
| bool | operator== (const uv_vertex_key &r) const |
| uint64_t | hash () const |
Public Attributes | |
| float2 | uv |
| int | vertex_index |
Definition at line 73 of file ply_export_load_plydata.cc.
|
inline |
Definition at line 82 of file ply_export_load_plydata.cc.
References blender::get_default_hash(), uv, and vertex_index.
|
inline |
Definition at line 77 of file ply_export_load_plydata.cc.
References uv, and vertex_index.
| float2 blender::io::ply::uv_vertex_key::uv |
Definition at line 74 of file ply_export_load_plydata.cc.
Referenced by hash(), and operator==().
| int blender::io::ply::uv_vertex_key::vertex_index |
Definition at line 75 of file ply_export_load_plydata.cc.
Referenced by hash(), and operator==().