#include <src/admesh/stl.h>
◆ rotated()
53 {
57 out.
vertex[1] = rot * this->vertex[1];
58 out.
vertex[2] = rot * this->vertex[2];
59 return out;
60 }
stl_normal normal
Definition stl.h:49
stl_vertex vertex[3]
Definition stl.h:50
References normal, and vertex.
◆ extra
◆ normal
◆ vertex
Referenced by get_area(), Slic3r::its_write_stl_binary(), rotated(), stl_calculate_normal(), stl_check_facets_exact(), stl_check_facets_nearby(), stl_facet_stats(), stl_fill_holes(), stl_get_size(), stl_read(), stl_transform(), and stl_transform().
The documentation for this struct was generated from the following file: