|
Blender V4.3
|
#include <stl_import_mesh.hh>
Public Member Functions | |
| uint64_t | hash () const |
Public Attributes | |
| int | v1 |
| int | v2 |
| int | v3 |
Friends | |
| bool | operator== (const Triangle &a, const Triangle &b) |
Definition at line 21 of file stl_import_mesh.hh.
|
inline |
Definition at line 27 of file stl_import_mesh.hh.
Definition at line 36 of file stl_import_mesh.hh.
| int blender::io::stl::Triangle::v1 |
Definition at line 23 of file stl_import_mesh.hh.
Referenced by hash().
| int blender::io::stl::Triangle::v2 |
Definition at line 23 of file stl_import_mesh.hh.
Referenced by hash().
| int blender::io::stl::Triangle::v3 |
Definition at line 23 of file stl_import_mesh.hh.
Referenced by hash().