Blender
V3.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 19 of file stl_import_mesh.hh.
|
inline |
Definition at line 25 of file stl_import_mesh.hh.
Definition at line 34 of file stl_import_mesh.hh.
int blender::io::stl::Triangle::v1 |
Definition at line 21 of file stl_import_mesh.hh.
Referenced by hash().
int blender::io::stl::Triangle::v2 |
Definition at line 21 of file stl_import_mesh.hh.
Referenced by hash().
int blender::io::stl::Triangle::v3 |
Definition at line 21 of file stl_import_mesh.hh.
Referenced by hash().